HTTPServletRequest req = msgContext.getProperty(HTTPConstants.MC_HTTP_SERVLETREQUEST);
req.getRemoteAddr();
-----Original Message-----
From: dev [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 07, 2002 6:14 AM
To: [EMAIL PROTECTED]
Subject: How TO get the IP address of the client that sent the request?
Hello,
How can I get the IP address of the client that sent the request?
Thanks
