4 Replies Latest reply on May 20, 2009 8:17 AM by mpogra

    Clustering JBOSS 5.0

      Hello, i am using jboss 5.0 GA, and I want to put it in clustering mode. I read in the documemtation I need farm-service.xml, but i cannot find this files. Where I can find it?

        • 1. Re: Clustering JBOSS 5.0

          Hi

          I think farmin is not available on jboss 5.0.0GA but will be available with 5.1.0GA via profile settings.

          In order make cluster between to nodes, you can download 5.0.0GA

          start with on Node 1

          ./run.sh -c all -Djboss.partition.name=xyz -Djboss.messaging.ServerPeerID=1

          start with on Node 2
          ./run.sh -c all -Djboss.partition.name=xyz -Djboss.messaging.ServerPeerID=2

          I dont think you need to edit anything else. If there is already running clustered environment in your local network, you might want to following parameter as well

          -Djboss.partition.UdpGroup= UDP_ADDRESS




          • 2. Re: Clustering JBOSS 5.0

            ^you might want to change following parameter

            • 3. Re: Clustering JBOSS 5.0

              Oki, thank you for you answer.

              • 4. Re: Clustering JBOSS 5.0

                Hi,

                I am also trying to achieve clustering in jboss 5.0.1ga. I have successfully formed group of three node but my application is not getting deployed on other two nodes. As with 4.x farm deployment was available but it's not available in 5.0.1ga, so where should i put my ear to get it deployed automatically on all cluster nodes.

                You can also refer my post: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=155687

                Thanks in advance.
                Mahesh[/url]