Retrive IP address in tomcat or JBoss
Pls let me know the implementation for retrieving the IP address of a remote user accessing the web application running under tomcat server.
The IP address should be displayed on tomcat server upon his entry into the application .
Is it possible to implement using getRemoteAddr() method.
I would appreciate any support and ideas from the other end.
Thanks in advance.

