3 Replies Latest reply on Mar 8, 2004 9:57 AM by gsureshbabu

    requred basic properties  for clustering with jboss-3.2.3+mo

    gsureshbabu

      hi all
      i have been trying to establish clustering with jboss-3.2.3 with two nodes.

      1.which properties i have to chnage in the jboss-service.xml in the
      jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/META-INF/jboss-service.xml for clustering.

      2. where we will store workers.properties in jboss-3.2.3. for mod_jk+apache
      Kindly help me (Urgent)

      Thanks
      suresh

        • 1. Re: requred basic properties  for clustering with jboss-3.2.
          lviz

          hi suresh

          for session clustering start jboss with -c all

          store workers.properties in the apache conf dir.

          cheers
          lothar

          • 2. Re: requred basic properties  for clustering with jboss-3.2.
            gsureshbabu

            hi lothar
            thanks
            i have done with run -c all & workers.properties in apache conf dir .
            then i have called my clinet from apache server. then i got the page can not found error.
            i am sending my code snipets please go through this one .

            1. wokrers.properties
            workers.tomcat_home=C:\jboss-3.2.3\jboss-3.2.3\server\all\deploy\jbossweb-tomcat41.sar
            workers.java_home=C:\jdk1.4
            worker.list=ajp13
            worker.ajp13.port=8009
            worker.ajp13.host=localhost
            worker.ajp13.type=ajp13
            worker.loadbalancer.type=lb
            worker.loadbalancer.balanced_workers=ajp13

            2.httpd.conf modifications

            LoadModule jk_module modules/mod_jk.dll
            JkWorkersFile conf/workers.properties
            JkLogFile logs/jk.log
            JkLogLevel warn
            JkMount /*.jsp ajp13
            JkMount /web/* ajp13
            JkMount /jmx-console/* ajp13

            then i have tested at apache/bin> apache -t
            then i got syntax ok message..

            3. i have made one change at jboss-sevice.xml in
            jboss-tomcat41.sar.
            i .e jvmRoute="${apj13}"








            if any mistakes are in this code try to infrom me.
            give me any other changes if need..
            kindly help me.
            thanks once again ..
            Regards
            suresh

            • 3. Re: requred basic properties  for clustering with jboss-3.2.
              gsureshbabu

              hi lothar
              i have made a change in jboss-service.xml
              i.e jvmRoute ="${apj13}"
              please see the above message also...
              Regards
              suresh