0 Replies Latest reply on Jul 18, 2006 2:41 PM by pedrosacosta

    local beans in a cluster?

    pedrosacosta

      Hi,

      1- In the clustering of JBoss, is it possible abastract a group of nodes in one node?

      For example, we've a group of 5 nodes, and the JBoss AS abstract this group has one node. A client only have to access an abstract node and then, the AS would contact one of the 5 nodes.

      One direct consequence of this approach is demonstrated in the following example:

      2 - Suppose that i've an application that work with session beans. It would be great if the application only has to use local session beans (instead of remotes) in the cluster of worstation. I only have to install my application in each workstation and the Cluster of JBoss would access each node in the way we wanted. Is this possible?


      Thanks,
      Pedro