I have a setup where I have 4 servers A, B, C, and D.  I want my EJBs clustered 
across all of them, but I want to isolate my HA-JMS to A and B, while isolating 
my webapp clustering to C and D.  I was assuming that I could achieve this by 
making three partitions on called ejbPartition, to which all nodes(A, B, C, and 
D) would belong.  Then I would have one parittion called jmsPartition to which 
only A and B would belong and then a third partition called webPartition, to 
which only C and D would belong.

In the docs at: 
http://docs.jboss.org/jbossas/jboss4guide/r4/html/cluster.chapt.html

it states that it is possible to add a machine to multiple partitions, but it 
could lead to added complexity and it also does not say how to do so.

So my primary question is how do I add a node to multiple clusters?? Do I just 
define multiple org.jboss.ha.framework.server.ClusterPartition mbeans in the 
cluster-service.xml file, or is it more complicated than that??

Also, how do I specify which partition a web app replicates in??


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

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


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to