[jboss-jira] [JBoss JIRA] (AS7-5109) When starting JBoss AS -b should work no matter how I start JBoss AS to bind it to the local interface

Jim Tyrrell (JIRA) jira-events at lists.jboss.org
Tue Jul 3 13:02:12 EDT 2012


Jim Tyrrell created AS7-5109:
--------------------------------

             Summary: When starting JBoss AS -b should work no matter how I start JBoss AS to bind it to the local interface
                 Key: AS7-5109
                 URL: https://issues.jboss.org/browse/AS7-5109
             Project: Application Server 7
          Issue Type: Feature Request
          Components: Domain Management
            Reporter: Jim Tyrrell
            Assignee: Brian Stansberry


When starting JBoss as with the following command:
./domain.sh -b 192.168.193.139 -Djboss.domain.base.dir=/home/jimtyrrell/Servers/machine1/ --host-config=host-master.xml

It does not bind to the passed in IP Address.  Instead it binds to localhost 127.0.0.1.  It should have bound to 192.168.192.139 in this instance.

Instead I had to pass in the parameter like this:
./domain.sh -Djboss.domain.base-dir=/home/jimtyrrell/Servers/machine1/ --host-config=host-master.xml -Djboss.bind.address.management=192.168.193.139

Please expand this ticket to any and all shipped configuration starting files so that the host binding works per the help info via a -b binding.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list