2 Replies Latest reply on May 26, 2003 11:17 AM by slaboure

    Binding object to HA-JNDI within server

    rixc

      Hi all,

      In one of my SFSB I was bind some information to the local jndi to be used later by other beans. This was working okay with a normal JBoss setup.

      Now that I want to run in a cluster the doc says that I need to create an InitialContext with points to HA-JNDI using the prvider URL prop.put(Context.PROVIDER_URL, ":1100"); to lookup/bind objects to the HA-JNDI . But how can I do this without hard-coding the provider URL in my bean?

      I am running 3.0.7
      Ricardo