1 Reply Latest reply on Nov 16, 2013 10:12 AM by wdfink

    domain mode configuration in several machines. interface ip

    zatopek

      hello.

      i have configure one cluster o jboss with several nodes and server but all into the same fisical machine.

      now i must to configure into 3 fisical machines.

      my first question is about the host.xml file and the interface for management and public. which ip must i to use?

       

      into the same machine i have use the 127.0.0.1 but if several host must to connect to this host the ip into the:

      <inet-address value="${jboss.bind.address.management:127.0.0.1}"/> must i to change and use the external ip?

      thanks

        • 1. Re: domain mode configuration in several machines. interface ip
          wdfink

          The domain controller (DC) need to have a public IP for management that the slave host controller (HC) is able to contact the DC, In the HC you need to add the IP address to the host.xml configuration. Also you can add server's in that host.xml which pull the configuration from the DC.

          The domain.xml is not necesarry at such HC