On Wed, Jun 3, 2009 at 4:54 PM, Mitchell, Steven <steven.mitch...@umb.com> wrote: [...] > > Error 404: SRVE0190E: File not found: /secure/MySecureAction.action [...]
I don't know about all of the problems, but one thing that might help you understand this a little bit... This 404 might not be WAS' fault. In the Spec (can't remember if it was 2.3 / 2.4) it was specified that a file had to exist on the file system for it to be usable as a welcome-file. This is sort of a pain for Struts2. One quick hack that worked in Tomcat is to just create a zero-byte file called index.action. I can't guarantee that WAS will be happy with that, but I have used that before. -Wes -- Wes Wannemacher Author - Struts 2 In Practice Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more http://www.manning.com/wannemacher --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org