2013/3/20 Eric Chatellier <[email protected]>:
> 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: [email protected]
For additional commands, e-mail: [email protected]