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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...