0 Replies Latest reply on Jan 26, 2004 5:24 PM by toddh

    How to configure SLSB clustering at server level?

    toddh

       

      "toddh" wrote:
      I've been able to configure a single EJB for clustering and watch calls bounce between nodes in the logs. But it seems strange to configure clustering at the EJB level when it really doesn't matter to the EJB whether it's clustered or not.

      Is there any way to configure clustering for all EJBs at a higher level?

      I tried changing the container-configuration in standardjboss.xml to make Standard Stateless SessionBean look like Clustered Stateless SessionBean. This kinda worked but didn't give me the load balancing policy I wanted or a partition name other than DefaultPartition.

      Am I on the right track or is there a better way?