[jboss-user] [Clustering] - Re: Binding on specific interface

bstansberry@jboss.com do-not-reply at jboss.com
Fri Dec 11 10:57:08 EST 2009


If you start JBoss like this, with no other jgroups-related system properties set:

./run.sh -b 0.0.0.0 -c ...

JBoss will detect that 0.0.0.0 is invalid for JGroups binding and will set system property jgroups.bind_addr to the value of java.net.InetAddress.getLocalHost(). That in turn will resolve the InetAddress associated with the machine's host name.

So, configure your OS to ensure the machine's hostname resolves to the interface you want.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4270241#4270241

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4270241



More information about the jboss-user mailing list