2 Replies Latest reply on Nov 21, 2006 1:58 PM by weston.price

    How not to use cluster environment

    elangovans

      Hi all, I have read some messages about the UDB multicast problems... I am getting the same too... However, I dont want to use the Clustered environment (at least for now) as I am using the server in the development environment.

      What config to be changed for not using the cluster-service?

      Any help is highly appreciated.

      Thanks
      Elangovan S

        • 1. Re: How not to use cluster environment
          nmohanbabu

          In the deploy folder of jboss, there are four files which have an ''ip_mcast'' setting.

          1. cluster-service.xml
          2. tc5-cluster-service.xml
          3. ejb3-clustered-sfsbcache-service.xml
          4. ejb3-entity-cache-service.xml

          In each file, set ip_mcast="false"

          • 2. Re: How not to use cluster environment
            weston.price

            It's even easier. You can always run the default server configuration that does not include clustering. Simply go to the JBOSS_HOME/bin directory and type ./run.sh or (UNIX/LINUX) run.bat(Windows).

            This will start the default instance of JBoss without clustering, IIOP etc.