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

    How to toggle clustering

    garyaiki

      Can anyone tell me what are the minimum steps needed to turn off clustering?

      Is it necessary to:
      Comment out distributable in web.xml
      Comment out clustered for all ejbs in jboss.xml
      Remove libraries needed for clustering, all of them?

      I'd prefer not to have 2 sets of deployment configurations.

      Strange this isn't a FAQ.

      Gary

        • 1. Re: How to toggle clustering
          slaboure

          Well, that the opposite of the question:

          "How do I turn on clustering?"

          The answer could be (either):
          - use the "all" configuration
          - deploy the "cluster-service.xml" in deploy

          Consequently, to turn off clustering (either):
          - use the "default" configuration
          - remove "cluster-service.xml" from server/all/deploy

          You will then to update depending configuration/services such as:
          - farming
          - EJB configuration
          - WAR configuration

          But this is not a clustering issue but a configuration issue (dependency management)

          cheers,


          sacha