Re: If xerces is in WEB-INF/lib this is used for deployment/web.xml parsing on tomcat6 (bug or feature?)

2007-07-28 Thread Dan D.
I'm wondering if anyone has any input regarding this? I am having a similar problem. We are currently working on upgrading from Tomcat 5 (5.0.27) to Tomcat 6 (6.0.13) to take advantage of the better resource utilization. We are also going from mod_jk2 to mod_jk (1.2.23), as we have had

If xerces is in WEB-INF/lib this is used for deployment/web.xml parsing on tomcat6 (bug or feature?)

2007-05-25 Thread Michael Wyraz
Hi, today i played around with tomcat 6 (latest). I have an old webapp wich used Xerces 2.0.0. The Webapp deploys fine and runs without Problems until i try to reload the Context. In this case i get a NullpointerException fro xerces when it tries to load web.xml via JNDI. I played around