1 Reply Latest reply on Feb 4, 2004 7:25 PM by gmatthews

    Do I need Clustering at all?

    bentzy

      Hi

      My setup includes one apache, jk, and many jboss-tomcat.
      The load balancing is performed by jk.
      My beans are always called by a servlet.
      Due to my special needs, my application doesn't use session replication.
      Session data is keeped at an entity bean that I know how to reach via a param sent by the http client.

      Do I need Clustering at all?
      Please help me understand.

      bentzy.

        • 1. Re: Do I need Clustering at all?
          gmatthews

          You'll need to review using the "all" jboss configuration instead of the "default" configuration (if you're not already doing so).

          If you're using the "the appserver owns the DB" caching policy (policy A??), you'll need to ensure that your entity caches are sync'ed.

          Jboss has made this pretty easy to do, but you'll need to configure a few things in the various xml files -- described in the pay-for doco.

          I believe that using the "appserver owns the DB" caching policy may offer the best performance -- if you can live with it's limitations.

          Regards,
          Greg.