If you're using JNDI to perform lookups on multiple nodes in a cluster or clusters from a remote client, you'll need to know how to access each node. If your cluster is dynamic, you'll need to know how to detect nodes entering and exiting the cluster if you want to access each one remotely.
As jahlborn noted, you only need to access one node via HA-JNDI in order to get load balancing as well as access to all other JNDI data in the cluster. In addition to providing cluster wide lookups, HA-JNDI has its own replicated store. You can bind something in HA-JNDI and have it available locally on all nodes. Note that HA-JNDI operates within a single cluster so a client accessing multiple clusters via HA-JNDI would require different provider urls for each cluster. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950813#3950813 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950813 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
