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://tomcat/

In httpd.conf:
ProxyPass / http://hostname:8081/
ProxyPassReverse / http://hostname:8081/

and in server.xml of tomcat:
<Connector port="8081" proxyPort="8088"
proxyName="hostname"/>


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




      ___________________________________________________________ 
Yahoo! Mail is the world's favourite email. Don't settle for less, sign up for
your free account today 
http://uk.rd.yahoo.com/evt=44106/*http://uk.docs.yahoo.com/mail/winter07.html 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to