2 Replies Latest reply on Jul 23, 2011 2:59 PM by menegazzo
      • 1. Re: Change "localhost" host name
        menegazzo

        Facing exactly the same.

        I've just started to learn the new JBoss 7, and my old startup parameter "-b hostname" is missing.

        Also i tried to start JBoss 7 using eclipse + jboss tools, and tried setting the "host name" at eclipse UI, it  does not too.

         

        I cant see anything regarding this in the docs, are we missing some important info?

        • 2. Re: Change "localhost" host name
          menegazzo

          I dont know how correct is this, but i did:

           

          {code:xml}

          <interfaces>

              <interface name="management">

                  <inet-address value="127.0.0.1"/>

              </interface>

              <interface name="public">

                  <inet-address value="myHostName"/>

              </interface>

          </interfaces>

          {code}

           

          See http://community.jboss.org/thread/168789?tstart=120