Try:
| ./run.sh -c all -b 192.168.0.174 -Dbind.address=192.168.100.174 | JGroups will use the value of the "bind.address" system property to determine what interface to use. Other services use "jboss.bind.address". When you use -b, when JBoss starts it sets both of those properties to the provided value. But if you directly specify "bind.address" as I did above, the value you give will supercede the -b value, so JGroups will use that value. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041674#4041674 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041674 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
