2 Replies Latest reply on Dec 12, 2012 9:30 AM by erasmomarciano

    Joining a Domain

    erasmomarciano

      Hi

       

      Node1(10.10.10.1)

       

      I start my Jboss:

      ./domain.sh -Djboss.bind.address=10.10.10.1

       

       

      Node2(10.10.10.2)

       

      I start my jboss

       

      ./domain.sh

       

       

      In Node2

      I have modifed the file host.xml

       

      <domain-controller>

           <!--   <local/>-->

              <remote host="10.10.10.1" port="9999"/>

          </domain-controller>

       

       

      But I get a video this error

       

      java.net.ConnectException: JBAS012144: Could not connect to remote://10.10.10.1:9999. The connection timed out

       

       

       

       

      How  can I  run Jboss  on 10.10.10.1:9999

       

       

      Thanks

        • 1. Re: Joining a Domain
          emuckenhuber

          erasmo2 marciano2 wrote:

           

          Hi

           

          Node1(10.10.10.1)

           

          I start my Jboss:

          ./domain.sh -Djboss.bind.address=10.10.10.1

           

          Depending on the host.xml configuration you probably need to use the -Djboss.bind.address.management=10.10.10.1

           

          It should match the interface definition used for the managment-interfaces

          • 2. Re: Joining a Domain
            erasmomarciano

            This configuration is correct?

             

             

            In Node2

            I have modifed the file host.xml

             

            <domain-controller>

                 <!--   <local/>-->

                    <remote host="10.10.10.1" port="9999"/>

                </domain-controller>