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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to