1 Reply Latest reply on Nov 13, 2002 11:07 AM by slaboure

    Clustering and BMP

    d3tommy

      Hi,

      I'm trying to deploy a cluster with 2 nodes.

      The application that I want to cluster contains Servlets, SLSB and BMPs.

      I want to have a loadbalancer in front to balance the traffic between the two app servers and I want the entities on booth app servers to be "synchronized". I also need for the entities to be cached.

      Is this possible to do with JBoss clustering or have I misunderstood what the clustering in JBoss can do. Can some one confirm this, and maybe makes some hints how I can proceed (if this is not handled by JBoss clustering).

        • 1. Re: Clustering and BMP
          slaboure

          You should first start to read the clustering doco.

          As for BMP, you will need to manage the data access synchronisation (through select for update for example) yourself.