I have an XML parsing application that was working fine using Tomcat 3.2.4 in-process with Apache.
The app. consists of a servlet that receives XML data, parses it and then generates an XML response.
I had Xerces version 1.4.4 specified in the in-process classpath in workers.properties.


I have moved to Tomcat 4.1.24 out-of-process and my XML parsing app. no longer works.
I get a VerifyError each time I try to use the setErrorHandler(org.xml.sax.ErrorHandler) method.


I have the same Xerces 1.4.4 JAR file in my <webapp>/WEB-INF/lib directory but I'm not sure if it is being loaded.

I am using JSDK 1.3.

I am stumped by this VerifyError so any help is *greatly* appreciated.

Thanks.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to