Peter Tornberg wrote: > > Hi, > > I'm trying to run an XML-parser as a servlet using apache and tomcat. > Unfortunately this does not work for me. Has anyone tried this before?
This is really a Tomcat issue. A workaround would be to unseal the crimson.jar (and jaxp.jar ?) file that is used with Tomcat. It is a classloading issue. For what I understand, there are people actively working on it for Tomcat 4 and it might already be fixed in Tomcat 3.3. -Edwin
