I'm running a Struts application from within WSAD, but when i deploy it to Websphere 4, I get XML parsing errors when it tries to parse any of the Struts xml files. Is there a different version of the XMLParser that I need to use when I migrate the application. I replaced the xerces.jar file with 2.2 version, but Websphere complains on startup that it can not find "org.apache.xerces.framework.XMLParser" - in the new version of Xerces, this class is actually in the org.apache.xerces.parsers package. I'm sure I have a configuration and setup issue, I'm just not sure how to procede.
Thanks