I discovered that using Struts2 on WebSphere 6.1 require setting up this property for
Struts 2 to work:
Now, we're moving to WebSphere 7 and finding some new issues. Is there a trick to getting Struts2/Spring to work with WebSphere 7?
Struts2 works if I remove the following:
1. This entry (below) in web.xml:
2. The following JARS:
- Spring.jar
- struts2-spring-plugin-2.1.6.jar
So if I need to use Spring in conjunction to Struts2 what do I need to do?
*** I'm using RAD7.5 and WebSphere 7.0 (yes, I've updated it with latest fixpacks)
Thanks!