| Author |
Startup problem - Tomcat 4.0.4 and Windows ME
|
C Wong
Greenhorn
Joined: May 28, 2002
Posts: 18
|
|
I was not able to startup tomcat and I could not locate a similar problem from the forum. Please help! Error message: "The JAVA_HOME environment variable is not defined correctly This environment variable is needed to run this program Label not found" My configurations: Windows ME and Tomcat4.0.4 The memory setting of both tomcat startup.bat and shutdown.bat files had been changed to 4096. In my autoexec.bat file: SET CLASSPATH=.;d:\jars\junit.jar;d:\jars\dom2.jar;d:\jars\xbeans.jar;d:\jars\xalan.jar;d:\jars\xerces.jar;D:\SQLLIB\java\db2java.zip;D:\SQLLIB\java\runtime.zip;D:\SQLLIB\java\sqlj.zip;D:\SQLLIB\bin;D:\jakarta-tomcat-4.0.4\common\lib\servlet.jar SET JAVA_HOME=d:\jdk1.3.1\lib SET CATALINA_HOME=D:\jakarta-tomcat-4.0.4
|
 |
Rene Larsen
Ranch Hand
Joined: Oct 12, 2001
Posts: 1179
|
|
Hi Your JAVA_HOME should only be d:\jdk1.3.1 /Rene
|
Regards, Rene Larsen
Dropbox Invite
|
 |
C Wong
Greenhorn
Joined: May 28, 2002
Posts: 18
|
|
Thanks. It is working fine now.
|
 |
 |
|
|
subject: Startup problem - Tomcat 4.0.4 and Windows ME
|
|
|