Hi,
I’m trying to log the IP of our customers when they perform a specifc task on our Xpage application. I’ve gone through various wikis and tutorials and they all say the same thing, to use the following line:
facesContext.getExternalContext().getRequest().getRemoteAddr()
However this only gets me the first octet of the IP (i.e. 89.), not the full address. Can anyone help or shed any light on what I may be doing wrong?
Thanks in advance ![]()