HttpServletRequest and getRemoteAddr()
getRemoteAddr() returns same as getLocalAddr()?
Both are returning the web servers address.
I'm running Tomcat 5.5 on a remote server and would expect getRemoteAddr() to return my client ip address; not the web servers address. For some reason nothing returns my client ip address. Any ideas?
Thanks,