ben short wrote:
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/yourwebappI 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/
-- Mikolaj Rydzewski <[EMAIL PROTECTED]>
smime.p7s
Description: S/MIME Cryptographic Signature