Re: Tomcat 7 sometime returns wrong IP address with request.getRemoteAddr()

2011-09-22 Thread Pid
On 22/09/2011 03:06, Caldarale, Charles R wrote: >> From: charlesk40 [mailto:charles...@yahoo.com] >> Subject: Tomcat 7 sometime returns wrong IP address with >> request.getRemoteAddr() > >> box1 makes a request to Tomcat7 server but the request.getRemoteAddr() >> returns the IP address of box2

RE: Tomcat 7 sometime returns wrong IP address with request.getRemoteAddr()

2011-09-21 Thread Caldarale, Charles R
> From: charlesk40 [mailto:charles...@yahoo.com] > Subject: Tomcat 7 sometime returns wrong IP address with > request.getRemoteAddr() > box1 makes a request to Tomcat7 server but the request.getRemoteAddr() > returns the IP address of box2 (or box n). This problem doesn't happen > all the time