integration with tomcat

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux