"bela(a)jboss.com" wrote :
| 2) I didn't see that we use ${jboss.bind.address} in
cluster-service.xml/tc5-cluster-service.xml, we should do this.
JGroups should bind to whatever is passed to -b anyway.
Adding bind_addr=${jboss.bind.address} to the configs would make this more explicit. But,
a downside is it will encourage people to think they can change that parameter and always
get the result they want. If they set bind_addr AND use -b, they're going to bind to
jboss.bind.address, not to whatever the configured with the bind_addr property.
Note for users wanting to know how to get around the above problem. Either:
1) Use JGroups 2.2.8 or higher, use bind_addr=address2 in the protocol stack config and
start JBoss with -b address -Dignore.bind.address=true
2) Don't configure bind_addr in the protocol stack config. Start JBoss with -b
address1 -Dbind.address=address2 (with the parameters in that order.)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962872#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...