Re: Problems with XML parsers and webapps

2003-06-18 Thread Nishant Kumar
hi, if you are using the latest tomcat then you will find an endorsed dir in there for example. jakarta-tomcat-4.1.24/common/endorsed/ this should be containing xercesImpl.jar and xmlParserAPIs.jar. i guess this should solve your problem. bye. On Wed, 2003-06-18 at 20:37, Jared Walker

RE: Problems with XML parsers and webapps

2003-06-18 Thread Mike Curwen
Read the very bottom of this doc: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html -Original Message- From: Jared Walker [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 10:08 AM To: Tomcat Users List Subject: Problems with XML parsers and webapps

Re: Problems with XML parsers and webapps

2003-06-18 Thread Nikola Milutinovic
All, Our webapp was built to use the Xerces xml parser. I'm trying to update our JDK and tomcat version to do testing for a production level upgrade. I'm running into problems with the JVM using the Crimson parse. The crimson parser does not agree with our XML files. Does anyone know how