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 <lance.j...@googlemail.com> wrote:
> Have you tried:
> <jsp:forward page="<%= request.getContextPath() %>/Index" />
>
> Or with jstl
> <jsp:forward page="${request.contextpath}/Index" />

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

Reply via email to