You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Angelov, Rossen" <Ro...@thomsonmedia.com> on 2003/05/15 00:34:44 UTC

how to override xercesImpl.jar

Is there a way to force Tomcat to use different XML parser?

The applications I'm trying to set to work with Tomcat use an old version of
JAXP. There are no errors after the application is executed but the Document
objects are all "null".

Just removing or replacing xercesImpl.jar didn't work because at the startup
of Tomcat I get errors like: 

javax.xml.parsers.FactoryConfigurationError: Provider
org.apache.xerces.jaxp.SAXParserFactoryImpl not found

I'm using:
JDK 1.4.1
Tomcat 4.1.12
SunOS 5.7