Hi Dimitri,

I cannot recommend to fumble around with the path-Part of an URI. I have
once tried that in an PHP-App and ended up in a hard to maintain combination
of Apache-directives and app-level processing of the paths. IMHO the best
you should do is to make simple Proxy-directives to forward requests to the
backing Tomcat. If you can, use the ROOT.war-approach. I you do not want to
do that but would like to keep the context name "PizzAroundMe", add a
Location-directive for the root path that sends a permanent redirect to the
context path.

-----
http://www.winfonet.eu
--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Tapestry-apache2-and-tomcat-tp4722849p4730131.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

Reply via email to