sunil chandran wrote:
Hi ,
I went for jdk5.0 . but still when i type : " java -version" it shows that
java version "1.4.2_12"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
why is it so.
i went for jdk1.5.0_13-linux-i586.rpm
please help me.
First which directory was jdk1.5.0_13 installed under? Assuming
/usr/java/jdk1.5.0_13,
execute the following command
export PATH=/usr/java/jdk1.5.0_13:$PATH
However I am assuming you are trying to get /usr/java/jdk1.5.0_13 for
Tomcat to run under.
So in the Tomcat startup.sh or catalina.sh script add the following
(towards the top part of the script)
export JAVA_HOME=/usr/java/jdk1.5.0_13
--
Regards
Gabe Wong
NGASI AppServer Manager
Application server installation and configuration AUTOMATION
for Tomcat, JBoss, and Jetty.
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]