2013/3/20 Eric Chatellier <chatell...@codelutin.com>:
> Is there any working solution with 2.3.12 ?
>
> tried some configurations with
> <welcome-file-list>
>       <welcome-file>index</welcome-file>
> </welcome-file-list>
> but doesn't seems to work yet...

The problem with <welcome-file/> is that by Servlet Spec only static
resources can be defined as a welcome file, thus leads to solution
like:
- defined index.jsp as a welcome-file
- add: <% response.sendRedirect("index.action"); %>

or try on of these
http://stackoverflow.com/questions/39399/how-can-i-set-the-welcome-page-to-a-struts-action


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to