XML classpath issue.
Hi,
My web app is running on iPlanet 6.0 with JDK1.3.1. I'm planning to upgrade the JDK version to 1.4.2. But by doing so, I'm getting a FactoryConfigurationError. I'm using the old xerces.jar file and its on the classpath.
Here is the error message:
Internal error: Unexpected error condition thrown (javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found,Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found), stack: javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found
at javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:93)
at com.iplanet.server.http.util.XmlConfig.parseConfig(XmlConfig.java:75)
at com.iplanet.server.http.servlet.VirtualServer.<init>(VirtualServer.java:76)
at com.iplanet.server.http.servlet.VirtualServer.createVirtualServer(VirtualServer.java:165)
at com.iplanet.server.http.servlet.NSServletRunner.VSInit(NSServletRunner.java:721)
Please help me on this.
Regards
SS

