2 Replies Latest reply on Jan 10, 2008 7:47 PM by shane.bryzak

    How to get client IP when user logs in

    jgreene

      Sorry if this isn't the right forum for this question, but I'm hoping Seam provides a way to do this.

      I've seen the form entry pointed to by this link:

      http://www.jboss.org/?module=bb&op=viewtopic&t=102272

      and have tried the proposed solution a couple ways, but still cannot see how to get the IP. Also I'm using OC4J, but don't know if this makes a difference. Does Seam provide a way for me to get the client's IP? I've done this in the past with servlet-based web apps using request.getRmoteAddr(), but can't quite figure out how to do this in my Seam environment. Thanks for any help.

      - Joe