RE: forward request by changing the port in request url

2013-06-13 Thread Ilya Kazakevich
t: Friday, June 14, 2013 2:28 AM >To: Tomcat Users List >Subject: RE: forward request by changing the port in request url > >for IP Redirecting and or automatic Network Address Translations (e.g. Port >80 redirects to Port 81) > >you will need a proxy server > >please contac

RE: forward request by changing the port in request url

2013-06-13 Thread Ilya Kazakevich
Hello, What is "request for application"? How would any software know this request is for abc app? You should use different URLs (servlet contexts) or different domain names. Then you may install nginx or apache or squid or something else that would forward your requests to the following tomcats.

RE: forward request by changing the port in request url

2013-06-13 Thread Martin Gainty
for IP Redirecting and or automatic Network Address Translations (e.g. Port 80 redirects to Port 81) you will need a proxy server please contact supp...@cisco.com for product and service options Viel Gluck Martin __ Verzicht und Vertraulichke

RE: forward request by changing the port in request url

2013-06-13 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: forward request by changing the port in request url > > Once you have a ROOT webapp, you can deploy the standard URL > > rewrite filter therein to send the request anywhere you want: > > http

Re: forward request by changing the port in request url

2013-06-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chuck, On 6/13/13 2:23 PM, Caldarale, Charles R wrote: >> From: Anil Goyal -X (anigoyal - Aricent Technologies at Cisco) >> [mailto:anigo...@cisco.com] Subject: forward request by changing >> the port in request url > >> i have application abc.war

RE: forward request by changing the port in request url

2013-06-13 Thread Caldarale, Charles R
> From: Anil Goyal -X (anigoyal - Aricent Technologies at Cisco) > [mailto:anigo...@cisco.com] > Subject: forward request by changing the port in request url > i have application abc.war deployed in webapps_new service which is running > on port 8081. This application is not there in webapps.

Re: forward request by changing the port in request url

2013-06-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Anil, On 6/13/13 2:00 PM, Anil Goyal -X (anigoyal - Aricent Technologies at Cisco) wrote: > i have two service running under tomcat. One service is default > i.e. catalina on port 8080 and 8443 second service is catalina_new > on port 8081 and 8444.