[jboss-user] [Beginners Corner] - java.naming.provider.url by HA-JNDI cluster client with 110
timjer
do-not-reply at jboss.com
Thu Jun 21 15:24:45 EDT 2007
Hi,
can anybody tell me what is difference between case1(1099) and case2(1100)?
both notation mean the same?
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=4056634#4056634
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056634
More information about the jboss-user
mailing list