Friday, May 21, 2010

Get Machine IPAddress

String machineIP = "";
HttpServletRequest hreq = (HttpServletRequest) FacesContext.getCurrentInstance().getExternalContext().getRequest();
machineIP = hreq.getRemoteHost();

JSF Related topics: JCaptcha in JSF, Integrating Richfaces with JSF,Getting client and server sessionId in JSF,PopUp AlertMessagebox for JSF and more.....

No comments:

Post a Comment