Hi all! I'm trying to create an application using JNDI on a tomcat server and I can�t instantiate the Context as needed. Could anyone tell me which class should I use as an Initial Context Factory? env.put(Context.INITIAL_CONTEXT_FACTORY, "����org.jnp.interfaces.NamingContextFactory????"); Thanks a lot. Juan.
