I have an existing application that accesses JBoss with the jndi info defined in the jndi.properties file.

I want to make a web enabled version of that application. I have copied the access code from my application into my servlet. When I run the servlet I get :

"javax.naming.NameNotFoundException: Name UtilitiesFacadeEJB is not bound in this Context"

I know this is a jndi problem, where do I need to put my jndi.properties file in Tomcat 5.5.23 for my InitialContext to find it?

Here is my jndi.properties file:

-----
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
java.naming.provider.url=172.16.145.140
------

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to