welcome-file-list element is a standard part of web.xml. index.jsp is
the default value for it at the container level of Tomcat, so setting
the value to "index" in a Tapestry5 application is the correct option.
Looks like we are missing the configuration from the archetype, I'll
fix it for the next version.

Kalle


On Fri, Apr 13, 2012 at 5:27 AM, Lance Java <[email protected]> wrote:
> Have you tried:
> <jsp:forward page="<%= request.getContextPath() %>/Index" />
>
> Or with jstl
> <jsp:forward page="${request.contextpath}/Index" />

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to