On 3/6/07, Darren Kukulka <[EMAIL PROTECTED]> wrote:

This worked but I want to hide the redirect URL,

and eliminate the doubled network traffic, I hope? :-)

Anyway,

<VirtualHost *:80>
    DocumentRoot d:/apache2/htdocs
    ServerName test.abc.co.uk
    ProxyPass / http://fred.abc.co.uk/app1/
    ProxyPassReverse / http://fred.abc.co.uk/app1/
</VirtualHost>

This almost works, but it only appears to show the html content, not the
JSP.  Does anybody have any suggestions how to make this work?

1. move your static content to Tomcat,
2. use mod_proxy_ajp instead of mod_jk

FWIW!
--
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to