4 Replies Latest reply on Sep 13, 2007 12:22 PM by kevinpauli

    How to retrieve remote IP address of EJB clients?

    kevinpauli

      I need to log the IP addresses of remotely connected clients that are looking up session beans via JNDI and invoking them. I thought that an injected javax.ejb.SessionContext might provide the ip address of the client, but it does not. Does JBoss provide any proprietary hooks to help me accomplish this?