Step 4: http://tomcat.apache.org/tomcat-5.5-doc/proxy-howto.html
-----Original Message----- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 3:16 PM To: 'Tapestry users' Subject: RE: Problem With Application Behind Apache Are you using a ProxyPass and ProxyPassReverse? You have to make sure your server.xml file tells your webapp what the actual server name is. On the proxy Connector set proxyName="your server name". -----Original Message----- From: Pablo Ruggia [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 3:13 PM To: Tapestry users Subject: Problem With Application Behind Apache Hi !! My application works fine if I access it directly from tomcat. But if I put it behind an apache, it gets the wrong urls when linking a page, it doesn't use the domain name, it uses the tomcat net direction. How can I change the base url so that tapestry uses this instead of the tomcat direction. Thanks !!! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
