Lawrence A. Quinn wrote:
Can tomcat be configured to use a different version of java than what is
listed in java_home?   Where does that configuration information reside?
LAQ


Hi Lawrence, you never specified which OS you are on, but in general you set the JAVA_HOME environment variable by editing either
./bin/startup.sh or ./bin/startup.bat like so:
NIX:
export JAVA_HOME=/usr/java/custom_jdk
export JRE_HOME=$JAVA_HOME

WIN:
set JAVA_HOME=c:\usr\java\custom_jdk
set JRE_HOME=%JAVA_HOME%

--
Regards

Gabe Wong
NGASI AppServer Manager
Application server installation and configuration AUTOMATION
http://www.ngasi.com


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to