5 Replies Latest reply on Dec 13, 2005 11:52 AM by ben.wang

    Problems to configure HA-JNDI in order to provide auto-disco

    leoliveira82

      Hi, I´m trying to configure my cluster service.
      The problem is that the auto-discovery JNDI does not work.

      Here is the properties to do the lookup:
      Properties p = new Properties();
      p.put(Context.INITIAL_CONTEXT_FACTORY,"org.jnp.interfaces.
      NamingContextFactory");
      p.put(Context.URL_PKG_PREFIXES,"jboss:naming:org.jnp.interfaces");
      p.put("jnp.discoveryGroup","230.0.0.4");
      p.put("jnp.discoveryPort","1102");

      When I start the Service the clusters the are in the discoveryGroup aren´t found during the lookup.

      I would like you to help me with this.