I am doing remoting using the RmiServiceExporter. I would like to record and log the ip address of the client for every remote call. I would think this would be done using some type of interceptor. But I am not sure where I would get the client ip address.
Thanks....


Reply With Quote