ben short wrote:
I have used something like the following with mod proxy.

This goes in your apache config file

<VirtualHost 10.0.0.10:80>
ServerName www.domainname.co.uk
ServerAlias www.domainname.com
ProxyPass / http://192.168.100.20:8080/yourwebapp/
ProxyPassReverse / http://192.168.100.20:8080/youwebapp/
ProxyRequests off
ErrorLog logs/youwebapp-error_log
TransferLog logs/youwebapp-access_log
</VirtualHost>

How does this config handle cookies? Tomcat sets cookies with path set to application's context, not the website root.

--
Mikolaj Rydzewski <[EMAIL PROTECTED]>

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to