[jboss-user] [Clustering/JBoss] - HA-JNDI and JNDI for cluster access

timjer do-not-reply at jboss.com
Fri Jun 29 15:20:57 EDT 2007


Hi,
can anybody tell me what is difference between case1(1099) and case2(1100)?
it seem both notation work for cluster-access by client.

thanks in advance

case1:
Properties props = new Properties();
...
props.put("java.naming.provider.url", "server1:1099,server2:1099,server3:1099");
context = new InitialContext(props);

case2:
Properties props = new Properties();
...
props.put("java.naming.provider.url", "server1:1100,server2:1100,server3:1100");
context = new InitialContext(props); 

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

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



More information about the jboss-user mailing list