]
RH Bugzilla Integration updated WFLY-1060:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References:
When starting JBoss AS -b should work no matter how I start JBoss AS
to bind it to the local interface
------------------------------------------------------------------------------------------------------
Key: WFLY-1060
URL:
https://issues.jboss.org/browse/WFLY-1060
Project: WildFly
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Domain Management
Reporter: Jim Tyrrell
Assignee: Brian Stansberry
Labels: eap6-req
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.