Something like

  | HttpServletRequest r = (HttpServletRequest) 
FacesContext.getCurrentInstance().getExternalContext().getRequest();
  | log(r.getRemoteHost());
  | 

? You should also be able to look at the request headers etc. from there.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126451#4126451

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126451
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to