[jboss-user] [Clustering/JBoss] - Re: More firewall ports for cluster than in config guide?

bstansberry@jboss.com do-not-reply at jboss.com
Tue Jan 20 14:30:38 EST 2009


This can be done by adding a bind_port attribute and a port_range attribute to the UDP section of the various JGroups protocol stack configurations. By default bind_port is "0" meaning the OS picks the port.


  | <UDP mcast_addr="${jboss.partition.udpGroup:228.1.2.3}" 
  |                  mcast_port="${jboss.hapartition.mcast_port:45566}"
  |                  bind_port=1234
  |                 port_range=0
  |                 ....
  | 

This will need to be done in numerous places (something that's much better in AS 5):

cluster-service.xml
ejb3-clustered-sfsbcache-service.xml
ejb3-entity-cache-service.xml
jboss-web-cluster.sar/META-INF/jboss-service.xml
jboss-messaging.sar/clustered-hsqldb-persistence-service.xml

Each one should get a different bind_port value.



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203390#4203390

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203390



More information about the jboss-user mailing list