Re: Using JNDI with Jakarta-Tomcat 4.0 beta 3

2001-04-11 Thread Tim Tye
- Original Message - From: Remy Maucherat <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 11, 2001 1:47 PM Subject: Re: Using JNDI with Jakarta-Tomcat 4.0 beta 3 > > Hi, > > > > I have been using Jakarta-Tomcat 3.2.1 and when I upgraded

Re: Using JNDI with Jakarta-Tomcat 4.0 beta 3

2001-04-11 Thread Remy Maucherat
> Hi, > > I have been using Jakarta-Tomcat 3.2.1 and when I upgraded to the 4.0 beta 3 > I have a propblem with my JNDI configuration. > > I have a servlet that uses an EJB container that requires the following > "jndi.properties" : > > java.naming.factory.initial > com.sun.jndi.rmi.registry.Regis

Re: Using JNDI with Jakarta-Tomcat 4.0 beta 3

2001-04-11 Thread Torgeir Veimo
Julian Payne wrote: > > Hi, > > I have been using Jakarta-Tomcat 3.2.1 and when I upgraded to the 4.0 beta 3 > I have a propblem with my JNDI configuration. > > I have a servlet that uses an EJB container that requires the following > "jndi.properties" : > > java.naming.factory.initial > com.s

Using JNDI with Jakarta-Tomcat 4.0 beta 3

2001-04-11 Thread Julian Payne
Hi, I have been using Jakarta-Tomcat 3.2.1 and when I upgraded to the 4.0 beta 3 I have a propblem with my JNDI configuration. I have a servlet that uses an EJB container that requires the following "jndi.properties" : java.naming.factory.initial com.sun.jndi.rmi.registry.RegistryContextFactory