Re: How to forward external-ip-facing requests from ApacheHTTPServer to Tomcat?

2005-12-25 Thread Pulkit Singhal
Hi, Thank you for the suggestion :) I will give it a shot but I am really too deep into my setup to be doing any big changes or something new! So while I try to google and learn more about setting up mod_proxy, I would really appreciate if someone can tell me: How do I go about configuring

Re: How to forward external-ip-facing requests from ApacheHTTPServer to Tomcat?

2005-12-25 Thread Pulkit Singhal
this helps. Daniel -Original Message- From: Pulkit Singhal [mailto:[EMAIL PROTECTED] Sent: Sunday, December 25, 2005 1:12 PM To: Tomcat Users List Subject: Re: How to forward external-ip-facing requests from ApacheHTTPServer to Tomcat? Hi, Thank you for the suggestion

RE: How to forward external-ip-facing requests from ApacheHTTPServer to Tomcat?

2005-12-25 Thread Daniel Blumenthal
-Original Message- From: Pulkit Singhal [mailto:[EMAIL PROTECTED] Sent: Sunday, December 25, 2005 6:29 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: How to forward external-ip-facing requests from ApacheHTTPServer to Tomcat? Hi Daniel, Firstly, Thank you for your

Re: How to forward external-ip-facing requests from ApacheHTTPServer to Tomcat?

2005-12-23 Thread devlists
use mod_proxy, much easier, and in our tests has proven to scale better, and you will wanna look for a directive called ProxyHostPreserve so that request.getServerName returns the right name, then the IP address will be stored in x-forwarded-for header in the HTTP request. Filip Hello Everyone,