Re: Connector set up

2009-08-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 8/24/2009 4:19 AM, Pid wrote: > Otherwise you'd need to run a separate Tomcat and place it in front of > the other Tomcats so it can intercept the calls. > > http://tomcatproxy/ --> http://appserver1:8080/webapp1 That's essentially what

Re: Connector set up

2009-08-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 8/23/2009 7:23 AM, André Warnier wrote: > That seems (to me) a quite complicated setup for something that looks > essentially like URL rewriting. > Have you looked at the urlrewrite filter ? > http://www.tuckey.org/urlrewrite/ It looks more

RE: Connector set up

2009-08-24 Thread Martin Gainty
seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > From: rob_gar_...@hotmail.com > To: users@tomcat.apache

Re: Connector set up

2009-08-24 Thread Pid
g Subject: Re: Connector set up Gerardo Corro wrote: Hi, The purpose is to set-up an independent web-app as a proxy for other webapps. I cannot touch the 6 original webapps, but I can do whatever I want with the proxy one. How can I get all requests to any of these webapps be intercepted by the proxy

RE: Connector set up

2009-08-24 Thread Gerardo Corro
o put the proxy in front of the web-apps. I cannot add Apache either, all I can do is to fix it from Tomcat Thanks a lot. > Date: Sun, 23 Aug 2009 23:45:58 +0200 > From: a...@ice-sa.com > To: users@tomcat.apache.org > Subject: Re: Connector set up > > Gerardo Corro wrot

Re: Connector set up

2009-08-23 Thread André Warnier
Gerardo Corro wrote: Hi, The purpose is to set-up an independent web-app as a proxy for other webapps. I cannot touch the 6 original webapps, but I can do whatever I want with the proxy one. How can I get all requests to any of these webapps be intercepted by the proxy one? There may be a w

RE: Connector set up

2009-08-23 Thread Gerardo Corro
009 12:27:39 +0100 > From: p...@pidster.com > To: users@tomcat.apache.org > Subject: Re: Connector set up > > On 22/08/2009 21:37, Gerardo Corro wrote: > > > > Hi, > > > > I have 6 different web-apps (let's call their contexts /wa1, /wa2 ... > > /

Re: Connector set up

2009-08-23 Thread Pid
On 23/08/2009 12:23, André Warnier wrote: Gerardo Corro wrote: Hi, I have 6 different web-apps (let's call their contexts /wa1, /wa2 ... /wa6) running in port 8080. I have another web-app named /proxy running on port 80. As the name suggests this web-app does proxy functions for the other 6 we

Re: Connector set up

2009-08-23 Thread Pid
On 22/08/2009 21:37, Gerardo Corro wrote: Hi, I have 6 different web-apps (let's call their contexts /wa1, /wa2 ... /wa6) running in port 8080. I have another web-app named /proxy running on port 80. As the name suggests this web-app does proxy functions for the other 6 web-apps. This proxy

Re: Connector set up

2009-08-23 Thread André Warnier
Gerardo Corro wrote: Hi, I have 6 different web-apps (let's call their contexts /wa1, /wa2 ... /wa6) running in port 8080. I have another web-app named /proxy running on port 80. As the name suggests this web-app does proxy functions for the other 6 web-apps. This proxy basically is meant t

Connector set up

2009-08-22 Thread Gerardo Corro
Hi, I have 6 different web-apps (let's call their contexts /wa1, /wa2 ... /wa6) running in port 8080. I have another web-app named /proxy running on port 80. As the name suggests this web-app does proxy functions for the other 6 web-apps. This proxy basically is meant to go to any of the web