Hello,
I have some serious problems with Xerces2
Java Parser 2.9.1.
I am using Apache Tomcat/5.5.25 JVM 1.5.0_16-b02.
I just downloaded Xerces2 version 2.9.1. I copied the following jar files into the library called: /apache-tomcat-5.5.25/shared/lib/ :
resolver.jar
serializer.jar
xercesImpl.jar
aml-apis.jar
When I restart the container it seems to work fine. But it only works until I reload my application using
Tomcat Web Application Manager. Then I get this error:
java.lang.ClassNotFoundException: org.apache.xerces.parsers.SAXParser
I have searched the internet to solve the problem. It seems that several people have experienced the same problem, but I´m not sure how to work around this issue.
Any help please would be appreciated?
Log print from wrapper.log: