6 Replies Latest reply on Jan 10, 2006 12:35 PM by brian.stansberry

    clustered statefull ejbs require HA-JNDI in colocated scenar

    new4jboss

      I have colocated web and business layers in each Jboss server and want to replicate HTTPSession instances throughout the cluster (to enable HTTP session fail-over). Furthermore, the session holds a statefull (clustered) ejb remote reference.

      In this scenario must the remote reference be fetched from HA-JNDI or can it be retrieved from the local JNDI server, since I don't want load balancing anyway ?

      Thank you in advance