I have an servlet application that requires to be know what the user's ip
address is.  
However since it has an apache http proxy sitting in front of it,  the
client's ip is always 127.0.0.1(localhost) when it reaches the servlet.  How
do I resolve this issue?  
ProxyPass /myApp http://localhost:8080/myappsserver
thanks!
-- 
View this message in context: 
http://www.nabble.com/ProxyPass-and-client-ip-tp23756017p23756017.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to