Yong Hao Gao [
http://community.jboss.org/people/gaohoward] created the discussion
"Re: bind options"
To view the discussion, visit:
http://community.jboss.org/message/573624#573624
--------------------------------------------------------------
You need to find your bisocket configure file and change the configuration entry:
<attribute
name="serverBindAddress">${jboss.bind.address}</attribute>
replace the ${jboss.bind.address} with your host name.
Or you can pass this parameter through command line when starting your jboss server, like
./run.sh -c <config> -b <hostname>
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/573624#573624]
Start a new discussion in JBoss Remoting at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]