0 Replies Latest reply on Aug 5, 2013 1:00 AM by xuemh

    How can I specify the IP of EJB's Stub

    xuemh

      For example, JBOSS AS version 5.1.0

      JBOSS Server IP : 192.168.0.2,

      JNDI Configuration: 192.168.0.1:1099

      Then I configured on the 192.168.0.1 forwarded to 192.168.0.2

      I first found the 1099 port forwarding to 192.168.0.2 through 192.168.0.1, and then the subsequent 1098 and 3873 ports are accessible directly to 192.168.0.2, and bypassing the 192.168.0.1

      I think maybe in the 1099 port Jboss returned to the client of the IP address:192.168.0.2.

      I hope that subsequent connection 3873 port is also connect to 192.168.0.1.How can I configure?