Yes, I have already set the ignored paths to ignore all jsps. The
question is the default page of myapp when accessed only by
"http://myhost/myapp". Tapestry will show the Tapestry page Index but I
want the original page login.jsp being shown.
δΊ 2012/10/17 22:54, Lance Java ει:
Tapestry by default wants to handle everything. If you want to let the
servlet container handle some url's you will need to contribute to the
IgnoredPathsFilter. It's probably best to put all of these sorts of files in
a virtual folder and ignore the folder rather than individual fiiles.
http://tapestry.apache.org/configuration.html#Configuration-ConfiguringIgnoredPaths
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Redirect-to-an-internal-url-tp5717009p5717010.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org