I think you can do that and you can still use farming. In the cluster-config.xml, you will need to change the partition name of Node1 and Node3 to same value. Make sure you don't specify partition name for Node3 (ie. let it use default partition). If you don't want to play with the config files, start JBoss with the partition (see the exact value in manual) name using -D option. You'll also probably need to create a multicast address and use that address when you are trying to start the jboss server. Check out the arguements that you can use when you start Jboss. Now Node1 and node3 are the part of partition, so farming will deploy/undeploy ears in that partition only.
Hope that helps View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109166#4109166 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4109166 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
