I think I was told a while back that there is no way to be sure which classes will be used first. In fact, I think that with Tomcat 3.2.x the files inside tomcat/lib are used before the files in WEB-INF/lib.
Is this correct? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 10:23 AM To: Tomcat Users List Subject: Re: Can I switch XML Parser with Tomcat 3.2.4 Add crimson.jar to the the WEB-INF/lib in your webapp. That will make the classes from crimson.jar available to only your webapp while Tomcat and other apps will use the one shipped with Tomcat. -prabhakar chaganti >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> I am using Tomcat 3.2.4, can I switch from using parser.jar to using crimson.jar instead? One of our web applications requires the use of some classes that are in Crimson, but not parser. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
