0 Replies Latest reply on Jun 21, 2007 3:24 PM by timjer

    java.naming.provider.url  by HA-JNDI cluster client with 110

    timjer

      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);