Re: Class loading for J2SE classes in web-inf lib

2003-08-28 Thread Jacob Kjome
Don't ever put endorsed libraries in WEB-INF/lib, even under JDk1.3.1. Just take the one from CATALINA_HOME/common/endorsed. It is usually the most up-to-date anyway and you can always put your own version there. Putting the xml parser in WEB-INF/lib will only cause you problems. Jake At 12

Class loading for J2SE classes in web-inf lib

2003-08-28 Thread Hector Adolfo Alonso
Hello: I've have a doubt about using xerces.jar in Tomcat 4.1.27. Suppose I'm using JDK 1.3.1, with xerces.jar put in WEB-INF\lib, and Tomcat default installation. xerces-jar's classes are used when they are required. I've read carefully the document in http://jakarta.apache.org/tomcat/tomcat-4