Re: Setup a Proxy in Tomcat

2007-10-05 Thread Tim Funk
This should work: http://sourceforge.net/projects/j2ep/ -Tim bajistaman wrote: Is there a way to map a local context to a remote one with tomcat? I mean: http://localhost:8080/somename--http://remotehost/someothername I know that this can be done with Apache Http Server but I'm trying to

RE: Setup a Proxy in Tomcat

2007-10-05 Thread bajistaman
expect to get. I will check urlrewrite. Johann -- View this message in context: http://www.nabble.com/Setup-a-Proxy-in-Tomcat-tf4572073.html#a13058361 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start

Re: Setup a Proxy in Tomcat

2007-10-05 Thread bajistaman
Tim Funk wrote: This should work: http://sourceforge.net/projects/j2ep/ Thanks Tim, It looks like what I need, Have you tried it?, Does it have good performance? Johann -- View this message in context: http://www.nabble.com/Setup-a-Proxy-in-Tomcat-tf4572073.html#a13058364 Sent from

Re: Setup a Proxy in Tomcat

2007-10-05 Thread Tim Funk
Its not ready for high volume but for most sites which are low volume- i would think its OK -Tim bajistaman wrote: Tim Funk wrote: This should work: http://sourceforge.net/projects/j2ep/ Thanks Tim, It looks like what I need, Have you tried it?, Does it have good performance?

Setup a Proxy in Tomcat

2007-10-04 Thread bajistaman
-- View this message in context: http://www.nabble.com/Setup-a-Proxy-in-Tomcat-tf4572073.html#a13050590 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org

RE: Setup a Proxy in Tomcat

2007-10-04 Thread Caldarale, Charles R
From: bajistaman [mailto:[EMAIL PROTECTED] Subject: Setup a Proxy in Tomcat Is there a way to map a local context to a remote one with tomcat? Write a filter that does a redirect. I believe that http://tuckey.org/urlrewrite/ has this capability, but I haven't tried it myself. - Chuck