HttpServletRequest servletRequest =
(HttpServletRequest)
FacesContext.getCurrentInstance().getExternalContext().getRequest();
String remoteHost = servletRequest.getRemoteHost();thats the ip address of the caller? best regards. -- View this message in context: http://www.nabble.com/How-to-get-the-ip-address-of-the-caller-tf4054898.html#a11517927 Sent from the MyFaces - Users mailing list archive at Nabble.com.

