This is fairly simple. You start your server with the partition name (check out 
jboss manual for partition name variable to be used at the time of server start 
up, you might need to modify you run.bat/sh file also.

You may also need to specify the mcast address the same way you would do the 
partition name.

Start the server on all machines. They will form the cluster.

To really take the advantage of the clustering, you might need to change the 
way you call components on the server from the client. If you have not changed 
the Ha-jndi port of the server, you would specify the server url from within 
your client, like this:

String url="jnp://host1:1100/,jnp://host2:1100,.....";



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113327
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to