How Can I get client ip in an ejb interceptor? My application is based on javaee5 and is deployed on glassfish and it has different kind of clients (ejb/MDB/jax-ws webservices) and I have a default interceptor that is responsible to log client ip and etc. Can I use java.rmi.server.RemoteServer? I test it but I'm getting this error :
ServerNotActiveException: not in a remote call
Any Idea?