[jboss-user] [Clustering/JBoss] - Re: Clustering in a distributed system

justkeys do-not-reply at jboss.com
Wed Sep 3 11:40:01 EDT 2008


When a client uses jndi to reach a clustered jboss service or ejb, the Context.PROVIDER_URL property of the jndi context refers to a comma-separated list of hosts in the cluster. So if you want clients on some site to see only host A, then you can pass only node A in there. 

Or if host B should still be used for these clients when node A is down, then set the property to A:1100,B:1100. And change the order for clients on the other site. 


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4173998#4173998

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173998



More information about the jboss-user mailing list