0 Replies Latest reply on Jul 31, 2003 6:35 AM by bluewhale_de

    Getting Jboss to listen to a virtual IP???

    bluewhale_de

      Hi there,

      I have a szenario where we need to have a separate apache-tomcat environment and a separate jboss3.2/tomcat-bundel environment on one machine.

      For this we gave the machine an additional virtual IP address. Howerver I do not get Jboss configured to listen only to the new virtual IP, since from what I have experienced and read:

      The IP is obtained with
      java.net.InetAddress.getByName().getHostAddress();
      and default for hostname is taken from
      java.net.InetAddress.getLocalHost().getHostN

      So my question is. Is the a way (startup parameter or whatever) to get Jboss listening on a specific IP?

      Cheers,

      Stefan