Mazhar, Osman (Home Office <mazharo <at> lls.org> writes: > It seems like the Shell component creates an http base tag as follows: > > <base href="http://127.0.0.1:9090/MyApp/"/> > > Because of this base tag, I cannot have apache http server serve as a > reverse proxy to my tapestry application as it messes up all links on > the page.
Try configuring Tomcat like: <Server ...> <Service ...> <Connector port="9090" proxyName="www.foo.com" proxyPort="80"/> ... </Service> </Server> -- Author of a book for learning Tapestry (http://www.agileskills2.org/EWDT) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]