[jboss-user] [Clustering/JBoss] - Re: deploying applications in selected Multiple Nodes in JBO

bstansberry@jboss.com do-not-reply at jboss.com
Mon Feb 18 17:17:55 EST 2008


Yes, this is correct.

To get information about what clustered services are deployed on what nodes, you can try looking in the jmx-console at mbean jboss:service=DistributedReplicantManager,partitionName=DefaultPartition

>From there you can invoke on the listContent() or listXmlContent() operations.  It's a bit of a black art to interpret that output, but each clustered EJB should show up there.  Distributable webapps won't appear though, as they don't use that service.

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

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



More information about the jboss-user mailing list