Dear Tomcat,
 
as reported by Colin Grealy on 23rd Nov, I've got the same ClassNotFound error.
 
I'm running Tomcat 3.1 on Windows 2000 under the admin account (forestalls any user privelege issues). As far as I can tell, the JAVA_HOME is set fine to c:\jdk2.1 (JDK 1.2.1 is what I'm using), the TOMCAT_HOME is set correctly to d:\jakarta-tomcat and my classpath in startup.bat gets set correctly to:
 
Using classpath: d:\jakarta-tomcat\classes;d:\jakarta-tomcat\lib\webserver.jar;d:\jakarta-tomcat\lib\jasper.jar;d:\jakarta-tomcat\lib\xml.jar;d:\jakarta-tomcat\lib\servlet.jar;c:\jdk1.2\lib\tools.jar
 
Any ideas? I've even poked into the webserver.jar using "jar tvf webserver.jar" and the class definitely exists in the .jar file.
 
Regards,
Paul Whitehead

Reply via email to