Struts application deployment problem

2002-02-08 Thread Stillwell, Christopher
We have successfully installed a Struts application in WebSphere 3.5.3 on an NT box, but when we try to deploy to one on a Unix box we get the following exception. The Jaxp 1.0.1 jaxp.jar and parser.jar are in the servlets directory, just as they were on NT. Now the other difference is that ther

RE: Struts 1.0 and WebSphere 3.5.3 XML parsing errors!

2002-02-01 Thread Stillwell, Christopher
OK, after much trial and error I found that if I have the xerces.jar in my WAS servlets directory it fails. I removed the xerces.jat and added the jaxp.jar and parsers.jar from Jaxp 1.0.1. Now it works. Can anybody explain? Chris Stillwell > -Original Message- > From: Sti

Struts 1.0 and WebSphere 3.5.3 XML parsing errors!

2002-02-01 Thread Stillwell, Christopher
I have successfully run a Struts application using the VisualAge WTE; however, when I try to deploy the same configuration to WebSphere I get a ServletException when parsing the config.xml file. I had imported xerces into VAJ to get the WTE running and I am using the same xerces.jar file in my se