Chapter 4 After Installing on UNIX : HP-UX Installations—Configuration for Hot Deployment Feature

HP-UX Installations—Configuration for Hot Deployment Feature
The BusinessEvents hot deployment feature requires JRE 1.5.0.05 or later. TIBCO Runtime Agent 5.5, however, ships with JRE 1.5.0.04. This section explains how to download and install HP-UX JDK version 1.5.0.05 or later, so you can use the hot deployment feature.
 
PA_RISC2.0 if you are running on HP-UX PA-RISC
IA64N if you are running on HP-UX Itanium
1.
Download JDK 5.0.05 or later from http://www.hp.com/products1/unix/java
2.
3.
Make a backup copy of be-engine.tra:
cp TIBCO_HOME/be/3.0/bin/be-engine.tra TIBCO_HOME/be/3.0/bin/be-engine.tra.bak
4.
Modify be-engine.tra to point to the new JRE version by making the following three changes.
Change the following section:
          tibco.env.JVM_LIB_PATH=TIBCO_HOME/jre/1.5.0/lib/platform/hotspot/libjvm.sl
to this:
          tibco.env.JVM_LIB_PATH=/opt/java1.5/jre/lib/platform/hotspot/libjvm.sl
Change  the following section:
tibco.env.JVM_LIB_DIR=TIBCO_HOME/jre/1.5.0/lib/platform
to this:
tibco.env.JVM_LIB_DIR=/opt/java1.5/jre/lib/platform
Change the following section:
tibco.env.TIB_JAVA_HOME=TIBCO_HOME/jre/1.5.0
to this:
tibco.env.TIB_JAVA_HOME=/opt/java1.5/jre
5.
Verify that tools.jar is in the classpath. You can do this by copying it from JDK lib to JRE lib.
cp /opt/java1.5/lib/tools.jar /opt/java1.5/jre/lib