So, I'm working on a
Struts app with WebSphere Studio Enterprise Developer (similar to WSAD) with WAS 5.1. The built-in support is for Struts 1.1, but I want to use Struts 1.3.5. Since the application I'm updating was created with the built-in Struts support, I deleted all the Struts 1.1 specific jars, updated the DOCTYPEs of the xml files (struts-config & validation), and updated the validator plug-in as well. It *seems* to work in my workspace; however, when I deploy the app to our
test environment, I think the server is looking for built-in Struts capabilities, which aren't there. Is there any way to "unsupport Struts" in my application according to WebSphere (but still use Struts 1.3.5) so that WAS can quit screwing up?
Any info or suggestions would be greatly appreciated.
Cheers,
Kristen