>>> On Tue, May 1, 2007 at 1:12 PM, in message <[EMAIL PROTECTED]>, "Levy, Alan" <[EMAIL PROTECTED]> wrote: > The /etc/init.d/tomcat script just does a > "$CATALINA_HOME/bin/startup.sh" which calls Catalina.sh. This script > just references $JAVA_HOME which is already set to the 1.5 directory. > > #./catalina.sh > Using CATALINA_BASE: /usr/jakarta-tomcat-5.0.28 > Using CATALINA_HOME: /usr/jakarta-tomcat-5.0.28 > Using CATALINA_TMPDIR: /usr/jakarta-tomcat-5.0.28/temp > Using JAVA_HOME: /usr/lib/java
That may be true when you start it interactively, but what is the case during system startup? If a "ps ef" command shows different values between the two cases, then the environment variables are different during startup. Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
