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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...