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/
This will not work with struts application. Taglibs used with struts make use of application's context, so you will end with invalid links like www.domainname.com/yourwebapp

--
Mikolaj Rydzewski <[EMAIL PROTECTED]>

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

Reply via email to