Re: Using Tomcat as a reverse proxy

2006-05-03 Thread Andrew Miehs
Thanks Tim, Thanks Peter, I have been looking all day, and only found entries for how to use mod_proxy to connect to tomcat - rather than the other way around! Will definitely have a look at these! Thanks again, Andrew PS: Have you ever compared running (mod_proxy|mod_jk)+apache+tomcat v

Re: Using Tomcat as a reverse proxy

2006-05-03 Thread Peter Rossbach
Look here: PippoProxy http://www.javaworld.com/javaworld/jw-02-2005/jw-0228-pippo_p.html Last year at google summer camp http://j2ep.sourceforge.net/ But Apache mod_proxy has very much good perfomance and configure options :-) Regards Peter Am 03.05.2006 um 17:08 schrieb Andrew Miehs:

Re: Using Tomcat as a reverse proxy

2006-05-03 Thread Andrew Miehs
Dear Chris, I am well aware of this - which is why I said it is NORMALLY the other way around. In our case though, our static content - images, etc are handled by stand alone image servers - ie: image.mydomain.com and our dynamic content comes from www.mydomain.com. I have the issue that

Re: Using Tomcat as a reverse proxy

2006-05-03 Thread Tim Funk
See http://j2ep.sourceforge.net/ -Tim Andrew Miehs wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear List, I have an application where I need to use tomcat as a reverse proxy for certain URLs. Yes - I know normally it is the other way around, but not in this case. Is there a re

RE: Using Tomcat as a reverse proxy

2006-05-03 Thread Chris Berthold
Commercial Refrigerator Door Company 941 . 371 . 8110 x 205 -Original Message- From: Andrew Miehs [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 03, 2006 11:08 AM To: Tomcat List Subject: Using Tomcat as a reverse proxy -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear List, I have an

Using Tomcat as a reverse proxy

2006-05-03 Thread Andrew Miehs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear List, I have an application where I need to use tomcat as a reverse proxy for certain URLs. Yes - I know normally it is the other way around, but not in this case. Is there a reverse proxy solution already out there for tomcat? or do I ne