Technical data
12 BEA WebLogic Integration Release Notes
WebLogic Integration looks for the JDK in BEA_HOME. Because the JDK is installed
separately, choose one of the following methods to point to the correct
JAVA_HOME. In
both methods,
JAVA_HOME is the directory in which you installed JDK 1.3.1_01.
Use the following commands to point to the proper JAVA_HOME before setting
your environment.
cd $BEA_HOME
ln -s $JAVA_HOME JAVA_HOME
Use the following commands to change the definition of JAVA_HOME in
$WLI_HOME/setenv.sh to point to the directory in which you installed JDK
1.3.1_01.
cd $WLI_HOME
JAVA_HOME=JAVA_HOME
Settings Required for Running WebLogic Integration on
HP-UX 11.0
Changes to default configuration settings and parameters are required to run
WebLogic Integration on an HP-UX 11.0 system.
In
WLI_HOME/setenv.sh, locate the following lines:
HP-UX)
JAVA=$JAVA_BIN/java
JAVAC=$JAVA_BIN/javac
JAVA_OPTIONS="-Djava.compiler=NONE -Xms128m -Xmx512m"
export JAVA JAVA_OPTIONS JAVAC
Change:
JAVA_OPTIONS="-Djava.compiler=NONE -Xms128m -Xmx512m"
to:
JAVA_OPTIONS="-hotspot -Xms256m -Xmx256m"
Also, set the max_thread_proc to 512 and max_users to 128. You must have root
access to make this change.