A couple other points: 1) If you want to bind everything *except* JGroups to 0.0.0.0 then do this:
-b 0.0.0.0 -Dbind.address=192.168.0.2 2) If you are using 4.2 or later and you just do -b 0.0.0.0, the AS internally will automatically set the "bind.address" property to the host name for the machine, i.e. the string returned by java.net.InetAddress.getLocalHost().getHostName() This will have the effect of causing JGroups to bind to the default interface for the machine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061322#4061322 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061322 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
