Hi. I got a problem about installation of
Tomcat.
I've downloaded jarkarta-tomcat-4.0.4.zip and extracted it at C:\
I edited C:\autoexec.bat as follows:
SET CATALINA_HOME=C:\jakarta-tomcat-4.0.4
SET JAVA_HOME=C:\J2SDK1.4.0_01
SET CLASSPATH=C:\jakarta-tomcat-4.0.4\common\lib\servlet.jar;
SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\J2SDK1.4.0_01\BIN
I'm using ME.
However, I can't startup the Tomcat.
Whenever I typed C:\jarkarta-tomcat-4.0.4\bin\startup, it got an error
message saying that "The CATALINA_HOME environment variable is not defined
correctly.This environment variable is needed to run this program."
Is it wrong about my settings?
Also, is jarkarta-tomcat-4.0.4.exe functioning same as
jarkarta-tomcat-4.0.4.zip?
Thank you for your help!