[jboss-user] [Clustering/JBoss] - Re: Making 1 Jboss listen to 2 IPs
bstansberry@jboss.com
do-not-reply at jboss.com
Tue Aug 28 21:32:19 EDT 2007
Give this a try:
./run.sh -b 0.0.0.0 -c all --partition=DefaultPartition -u 228.1.2.6 -Djgroups.bind.address=192.168.128.100
If you use -b 0.0.0.0, JBoss will assign InetAddress.getLocalHost().getHostName() to system property jgroups.bind.address, and that will take precedence over your XML value. Directly assigning the system property will override that.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078974#4078974
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078974
More information about the jboss-user
mailing list