Paul Campbell wrote:
A couple things to check:JAVA_HOME is set in my profile and I have verified by echo $JAVA_HOME. Initially, I had it set to a symbolic link /var/java but made it explicit with the same result
Verify that you have (either in your profile or manually) typed "export JAVA_HOME". This will make the environment variable available inside other scripts, such as the Tomcat start/stop script.
If you are starting Tomcat under a different user account (root?), the environment variable needs to be set under that account.
John
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
