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
Caldarale, Charles R wrote: Write a filter that does a redirect. I believe that http://tuckey.org/urlrewrite/ has this capability, but I haven't tried it myself. Thanks Charles, I have already created a filter using commons.httpclient but the performance that I'm having is not what I

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?

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