You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Eric J Kaplan <er...@armanta.com> on 2005/04/05 23:03:25 UTC

jndi conflict?

All

 

When I initially run my servlet, it needs to communicate with a session bean
on the application server. In this case, our beans are running on a separate
instance of the jboss application server. It looks like, however, the jndi
lookups are going against tomcat, since even if jboss isn't running, instead
of getting a socket exception, we get "Name ejb is not bound in this
Context". We are looking for a bean in the ejb context.

 

My guess is it is a classpath issue. I have a jndi.properties file in the
<servlet-module>/WEB-INF/classes directory which is correct. What else do I
need to do?

 

Regards

 

Eric