I am having problems starting up
TOMCAT version 5, The instructions are a bit confusing in setting the environment variables.
I have set my class path to
C:\%JAVA_HOME%;%CATALINA_HOME%;C:\oracle\ora90\jdbc\lib\classes12.zip;
CATALINA_HOME is set to C:\jakarta-tomcat-5.0.19\bin
JAVA_HOME is set to j2sdk1.4.2_03\bin
PATH is set to C:\j2sdk1.4.2_03\bin;C:\jakarta-tomcat-5.0.19\bin;C:\oracle\ora90\jdbc\lib\classes12.zip;C:\oracle\ora90\bin;C:\oracle\ora90\Apache\Perl\5.00503\bin\mswin32-x86;C:\Program Files\Oracle\jre\1.1.8\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem.
But I get the following Error
The CATALINA_HOME environment variable is not defined correctly
The environment variable is needed to run this program.
Do I need to set another environment variable.
Thanks for any help.
Tony