2 Replies Latest reply on Apr 18, 2011 6:14 AM by suukhbir

    mod_cluster and Jboss settings

    suukhbir

      Hello,

       

      We are implementing Apache mod_cluster  and Jboss to do the clustering.

       

      As per the Jboss documentation

      "In the clustered mode, a single JBoss node (the HA singleton master) communicates with the load balancer on behalf of the other nodes in the cluster." Please let us know can we achieve this without using HA singleton master?

       

      In our case, we have copied the .sar file on to the jboss server and application is working fine on Jboss server.

       

      But when i access application using the Apache server the application login page is not working properly.

      Please guide.

       

      Regards,

      Suukhbir

       



        • 1. mod_cluster and Jboss settings
          jfclere

          If you don't use the HA each node will send its information to httpd.

           

          "But when i access application using the Apache server the application login page is not working properly. "

          What does that means? What is wrong?

          • 2. mod_cluster and Jboss settings
            suukhbir

            Thanks it is working now.

             

            The issue is resolved. Acutally apache server was appending some extra character to the jboss session id. This session id was stored in the database.

            Now the session id col width was 50 char but while updating in the database it needs 65 char. So it was not able to store this long value in the database .

            That's why we got the error. Now it is resolved by increasing the session id column side to 65 in the database.