It seems your Bugzilla db is broken. I didn't know to whom this should be reported, so...
I just installed Tomcat 4.0.2, replacing 4.0.1. Now 4.0.2 differs significantly from 4.0.1 in class loader behavior. In 4.0.1, a classpath whose WEB-INF had /classes and /lib subdirectories would get an effective CLASSPATH of classes/* followed by all the jars in /lib. With 4.0.2, if there is a /classes path, /lib is ignored. You have to jar up all the classes in /classes, put that jar into the /lib path, and delete the /classes tree to get the application to work. This is not the behavior described in http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html Carl Meredith SAS Institute Inc. Cary, NC mailto:[EMAIL PROTECTED] w:919-662-9302 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
