Java 1.4.1_01 and Tomcat (SuSE 8.0)
Hi All, Is it possible to make tomcat call Java 1.4.1 if it's installed on a SuSE 8.0 box on system init? Reason I ask is that it looks like Tomcat calls Java 1.3.1 even if 1.4.1 is installed (along side 1.3.1)? -Bill
Bill Parker wrote:
Hi All,
Is it possible to make tomcat call Java 1.4.1 if it's installed on a SuSE 8.0 box on system init? Reason I ask is that it looks like Tomcat calls Java 1.3.1 even if 1.4.1 is installed (along side 1.3.1)?
-Bill
Check if the bin/java link is directed correctly. -- 73 de Donn Washburn __ " http://www.hal-pc.org/~dwash " Ham Callsign N5XWB / / __ __ __ __ __ __ __ 307 Savoy St. / /__ / / / \/ / / /_/ / \ \/ / Sugar Land, TX 77478 /_____/ /_/ /_/\__/ /_____/ /_/\_\ LL# 1.281.242.3256 a MSDOS Virus "Free Zone" OS Email: n5xwb@arrl.net Info: http://www.austinlug.org
Hi All,
Is it possible to make tomcat call Java 1.4.1 if it's installed on a SuSE 8.0 box on system init? Reason I ask is that it looks like Tomcat calls Java 1.3.1 even if 1.4.1 is installed (along side 1.3.1)?
I am not sure, but you may simply need to edit /etc/init.d/tomcat (not sure if this is the same file for you, replace with whatever init script starts your tomcat) and set JAVA_HOME to the 1.4.1 location. Josh
participants (3)
-
Bill Parker
-
Donn aka N5XWB
-
Josh Trutwin