Re: Query related to detection of the Source IP Address in Load-balancing mode

2011-11-23 Thread André Warnier
related to detection of the Source IP Address in Load-balancing mode On 23/11/2011 06:37, Faseela K wrote: Hi, I have applications running on two tomcat servers which are in load balancing mode. OK so far. If I try to access the application from the first server,and if the request is forwarded

RE: Query related to detection of the Source IP Address in Load-balancing mode

2011-11-23 Thread Faseela K
, Faseela -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Thursday, November 24, 2011 1:08 AM To: Tomcat Users List Subject: Re: Query related to detection of the Source IP Address in Load-balancing mode On 23/11/2011 06:37, Faseela K wrote: > > Hi, > > I have

Re: Query related to detection of the Source IP Address in Load-balancing mode

2011-11-23 Thread Pid
On 23/11/2011 06:37, Faseela K wrote: > > Hi, > > I have applications running on two tomcat servers which are in load balancing > mode. OK so far. > If I try to access the application from the first server,and if the request > is forwarded to the second server, > the request.getRemoteAddr() o

Re: Query related to detection of the Source IP Address in Load-balancing mode

2011-11-23 Thread André Warnier
Faseela K wrote: Hi, I have applications running on two tomcat servers which are in load balancing mode. If I try to access the application from the first server,and if the request is forwarded to the second server, the request.getRemoteAddr() on the second server still returns "127.0.0.1"(in

Query related to detection of the Source IP Address in Load-balancing mode

2011-11-22 Thread Faseela K
Hi, I have applications running on two tomcat servers which are in load balancing mode. If I try to access the application from the first server,and if the request is forwarded to the second server, the request.getRemoteAddr() on the second server still returns "127.0.0.1"(instead of first ser