1 Reply Latest reply on Apr 6, 2004 3:03 AM by kaobe

    How to disable automatic clustering?

    momo0

      I have 2 systems where Jboss (3.0.4) is installed, and I would like to run my application on each of them but in a stand alone way. But by default, Jboss is configured as part of a cluster and every new starting Jboss instance is discovered and becomes a member of the cluster.

      how can I disable clustering in Jboss config for both of them ?

      Thanks
      Frank

        • 1. Re: How to disable automatic clustering?
          kaobe

          Hi,

          either you start them in the default configuration (clustering is enabled only in all), or, if you have to start in all (or a configuration that enables clustering) you can change the partitions to different names on the JBoss instances. So they don't see each other and there's no problem.

          Peter