Hi,
you should remove any settings of CLASSPATH in tomcat.bat and set it in
autoexec.bat.

In tomcat.bat find label :startServer and replace with excisting code
:startServer
echo Starting Tomcat in new window
start java %TOMCAT_OPTS% -Dtomcat.home="%TOMCAT_HOME%"
org.apache.tomcat.startup.Tomcat %2 %3 %4 %5 %6 %7 %8 %9
goto finish

has to work.

Bye.

-----Original Message-----
From: Peter Choe [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 04, 2001 2:20 PM
To: [EMAIL PROTECTED]
Subject: installing tomcat 3.2 on windows 98


is it possible to have tomcat run on windows 98?

i downloaded the binaries for tomcat 3.2 for windows and tried to run
the tomcat.bat file.  but i get an exception saying that
org.tomcat.startup.Tomcat can't be found.

i have the autoexec.bat file with the following:

TOMCAT_HOME=c:\tomcat
CLASSPATH=c:\tomcat\lib\servlet.jar;c:\tomcat\lib\webserver.jar;...etc
for each jar file in tomcat\lib

apparantly the tomcat.bat file is setting the proper classpath.  any
suggestions?

peter choe

Reply via email to