Hi Peter,
I ran tomcat3.2.1 on Win98 and it ran pretty good. Always start tomcat with
the "startup" command.
Actually,you need to set the classpath to point to the tomcat/lib ,the
jdk1.3 directory and the jdbc driver directroy.
One more importanat reminder:,you have to type the following command in
order to have enough memory for tomcat:
COMMAND.COM /E:4096 /P
4096=4MB,of course ,you can set it to any value provided that you machine
have such amount of memory:-)
Hope this help!
Dick Poon
----- Original Message -----
From: Peter Choe <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 04, 2001 8:19 PM
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
>