2 Replies Latest reply on Jul 28, 2008 11:16 AM by amazoone

    getting client ip address in EJB (jboss3.2.5)

    stalker314314

      Hi all, I'm interested is there any way to get client ip address from inside of EJB. We're using jboss 3.2.5 (java 1.3).
      I tried getEnvironment(), but it's deprecated.
      Only one constraint exists and that is that client should not do anything nor send anything, server should find out IP (I guess, this is normal behavior). Is this possible, is it possible maybe in some newer version and do you have any ideas how this could be accomplished if this is not possible directly