I have this weird problem with setting the JAVA_HOME env variable in
Tomcat 4.1.18 (I also had it in 4.1.17).

Here is the lines from my startup.sh:

CATALINA_HOME="/usr/local/tomcat1-new"
JAVA_HOME="/usr/local/j2re1.4.1_01"
JAVA_OPTS="-ms32m -mx200m"
export CATALINA_HOME JAVA_HOME JAVA_OPTS

This setup worked in 4.1.12 and 4.0.6. Now, when I start Tomcat using
the startup.sh, I get this:

[root@dev bin]# ./startup.sh
The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program

What gives?

Ben Ricker

-- 
Ben Ricker <[EMAIL PROTECTED]>
Wellinx.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to