> I have a web/EJB application that ran in Tomcat 3.  It calls
InitialContext()
> assuming that it will get the EJB server's service implementation of jndi
so
> that it can locate various enterprise beans.
>
> Within tomcat4, when I call InitialContext(), I appear to be getting
tomcat's
> jndi implementation and not the EJB server's.
>
> How do I cause my EJB server's jndi implementation to have precedence over
the
> tomcat4 implementation?

Use the nonaming command line option.
Or you can also declare your IC implementation when launching the JVM (I
think code has been added so that Tomcat won't override it, although Tomcat
will still attempt to provide the J2EE ENC functionality).

Remy


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to