We are developing applications for WAS 6.1.0.33 using RAD 7.5. We would like to use the Struts 2 (2.1.6) framework. We are getting the 404 "There is no Action mapped for namespace / and action..." error.
When we set web container custom property com.ibm.ws.webcontainer.invokeFiltersCompatibility = true as recommended in many places (like www.ibm.com/developerworks/forums/thread...), it works on our local server, but not on our development server.
Our local server (where the web container custom property fixes it) is 6.1.0.29 on Windows. Our devl server (where the web container custom property does not fix it) is 6.1.0.33 on linux (intel).
Any ideas?
Thanks!