It tells JBoss to which the local address is bound . The server will listen only on this particular interface, and not on all local interfaces.
(for example, if you have a binding address set 127.0.0.1, it will not listen to the connection with other hosts, only on localhost.)
This command line only starts JBoss in the background and sends it to the output $JBOSS_LOG.
source
share