3 Replies Latest reply on Oct 26, 2015 3:50 PM by wdfink

    Clustering in Jboss 7.1.1

    sreekanth.munarai

      Hi All,

       

      Need to configure clustering in my environment. Could any one please advice what is recommended either standalone or domain mode??advantages/disadvantages?

       

      Any related verified document/links thru which i can set-up clustering?


      Thanks,

      Sreekanth

        • 1. Re: Clustering in Jboss 7.1.1
          wdfink

          Hello Sreekanth,

           

          cluster and domain are two different concepts.

          domain - is administrative and share the configuration and deployments in server-groups. You are able to manage/monitor similar servers with a domain

          cluster - is at application level, i.e. EJB's are loadbalanced, there is a failover for web sessions or stateful ejb's

           

          So you can use a domain configuration to simplify your management.

          For the cluster you need to start the server with an *ha* profile in standalone or domain mode, and ensure that you use the same JGroups configuration to be clustered.

          You should see a message how many cluster members the server see.

           

          The documentation can be found here Documentation - JBoss AS 7.1

          But I recommend to start with WildFly (successor or AS7) or EAP6 because the AS7.1.1 is quite old

          • 2. Re: Clustering in Jboss 7.1.1
            sreekanth.munarai

            Hi Fink,

             

            Thanks for your advises/information. Will try to set-up the installation as per the link provided.Will get back with details soon.

            • 3. Re: Clustering in Jboss 7.1.1
              wdfink

              Should be simple

              Let me know if you have problems or questions.