JBoss Community

Re: bind options

created by Yong Hao Gao in JBoss Remoting - View the full discussion

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

Start a new discussion in JBoss Remoting at Community