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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...