posted 24 years ago
Tomcat uses a unique variable name JAVA_HOME before starting up. This variable HAS to be set up from the window in which you are starting Tomcat.
Suppose you have jdk installed in C: drive, then, do the following on the command window.....
set JAVA_HOME=c:\jdk1.3
Then call startup. Tomcat will start fine.
Regards,
Prasad