String remoteAddr = ((javax.servlet.http.HttpServletRequest) msgContext.getProperty(HTTPConstants.MC_HTTP_SERVLETREQUEST)).getRemoteAddr( );
cheers, peter -----Ursprungliche Nachricht----- Von: Sharmila Pillai [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 18. Februar 2003 15:09 An: [EMAIL PROTECTED] Betreff: Client's IP address Hi, How can I get the IP address of a client that is using my service? Think I need to get access to HttpServletRequest somehow. And ideas? TIA, Sharmila.
