Thank you it was a big help :) !
----- Original Message -----
From: "Vitali W. Danilow" <[EMAIL PROTECTED]>
To: "Kiss Attila" <[EMAIL PROTECTED]>
Sent: Sunday, October 19, 2003 1:06 AM
Subject: Re: Client IP address
> here we go...
>
> private String getClientIP() {
> HttpServletRequest srv = (HttpServletRequest)
MessageContext.getCurrentContext().getProperty(HTTPConstants.
> MC_HTTP_SERVLETREQUEST);
>
> if (srv != null) {
> return srv.getRemoteAddr();
> }
> else {
> return null;
> }
> }
>
> cu boblgum
>
>
>