1 Reply Latest reply on Nov 1, 2006 10:54 AM by jiwils

    How do you configure clustering when Jboss is installed manu

    jdemilner

      Could someone point me to the documentation on how to MANUALLY setup clustering on jboss 4.0.5. when the wizard is not used for installation.

      When using the wizard based installation the cluster-service.xml and supporting config files are generated. There is plenty of documentation on what needs to be changed in these config files, however, when installing jboss on linux by simply unpacking the .zip file, those xml files are not generated. I've tried to manually create the cluster-service.xml and other seemingly necessary files but I get errors starting JBoss. The errors are classnotfound errors looking for org.jboss.ha.framework.server.ClusterPartition.

      How do you setup the appropriate classpaths and config files for clustering when you choose to do a setup WITHOUT the wizard?

      Any help would be greatly appreciated.

        • 1. Re: How do you configure clustering when Jboss is installed
          jiwils

           

          "jdemilner" wrote:
          How do you setup the appropriate classpaths and config files for clustering when you choose to do a setup WITHOUT the wizard?


          If you are unpacking the ZIP file, start with the "all" server configuration by running run.bat/.sh -c all on the command line. That will give you the clustering setup. Then you can whittle away what you don't need.