0 Replies Latest reply on Mar 12, 2003 7:03 PM by icordoba

    Doing lookup

    icordoba

      Hi there,
      I have a JBoss running on a machine and a standalone tomcat running on anotherone.
      everything works OK when lookingup EJBs. My problem is that I want to configure org.jnp.interfaces.NamingContextFactory in tomcat's server.xml file to map references to EJBs so that I don't have to hardcode JNDI names.
      What do I have to add to tomcat's configuration to map an EJB in the way I can lookup("ejb/MyEJB") and not lookup("myEJB_JNDI_name")?
      Thanks for any help...
      Ignacio