1 Reply Latest reply on May 19, 2003 5:37 PM by adrian.brock

    How To Know The Client IP

    andreacervi

      Hi Guys,

      I avhe the following problem:

      I do not know how to trace the client IP address in a Session Bean Statefull.

      Best Regards,

      Andrea

        • 1. Re: How To Know The Client IP

          There is not portable way to do this.

          The non-portable method is to install
          a client and server interceptor.

          The client interceptor retrieves the client's ip
          and adds it to the invocation, the server interceptor
          retrieves it from the invocation.
          I assume you are trying to do some form of security,
          so you can do it in the server interceptor.

          Regards,
          Adrian