Re: [EMAIL PROTECTED] integration with tomcat

2007-05-15 Thread Joshua Slive
On 5/15/07, Melanie Pfefer <[EMAIL PROTECTED]> wrote: how to achieve the 2nd part?? i.e. when doing http://hostname/upt/mosc/cmc this must not be redirected because it is followed with /upt BEFORE the existing ProxyPass, write ProxyPass /upt/mosc/cmc ! Joshua. ---

[EMAIL PROTECTED] integration with tomcat

2007-05-15 Thread Melanie Pfefer
Hi my objective is that when users access http://apache/ they get redirected to http://tomcat/ except for a specific url: http://apache/url/* must not be redirected. apache and tomcat are on the same machine with different port. I was able to do the 1st part: http://apache/ redirected to http:/