1 Reply Latest reply on Dec 11, 2002 7:51 AM by slaboure

    How to have proof that the Cluster started successfully?

      Hi JBossUsers,
      I'd like to test 2 JBoss in a cluster.
      I've read the first step is to start JBoss as:

      ./run.sh -c all

      but then how can I check if the cluster started
      correctly? (besides if no errors are reported on
      the STDOUT,of course)

        • 1. Re: How to have proof that the Cluster started successfully?
          slaboure

          Take a look at the message in the console. At one point, you will see the clustering service being started (and dispay its name:port). The line after it will show what it consider to be the cluster i.e. the list of other detected members. You can also ask this information to the HAPartition MBean from the JMX console.

          Cheers,


          sacha