0 Replies Latest reply on Jan 25, 2005 11:14 AM by piotrkotlinski

    Own JNDI-Context per EAR

    piotrkotlinski

      Hi,

      Is it possible to set separate name space in JNDI Context per EAR ?

      I have two the same applications which must be different configured (for instance the connection to database). I would like to set separate jndi name space per application.

      I would like to achive the following result without changing the deployment descriptors

      jnp://localhost:1099/application1/BeanA
      jnp://localhost:1099/application2/BeanA


      Thanks in advance