RE: I have tried to invoke EJB's from TOMCAT: NoInitialContextException:

2000-11-15 Thread Chris Francis
ot all the EJBGenerated and EJB Source jar files on your classpath aswell? It could be one these is missing. Cheers, Chris. -Original Message- From: Peter Knight [mailto:[EMAIL PROTECTED]] Sent: 15 November 2000 14:54 To: [EMAIL PROTECTED] Subject: I have tried to invoke EJB

Re: I have tried to invoke EJB's from TOMCAT: NoInitialContextException:

2000-11-15 Thread Thom Park
Peter, It looks like your JNDI context info isn't initialized (stating the obvious - I apologize). I had a similar problem (with env-entry constructs). Tomcat 3.2 doesn't come with any JNDI so I had to add a JNDI service layer of my own. Prior to the servlet that makes the EJB call, the JNDI env

I have tried to invoke EJB's from TOMCAT: NoInitialContextException:

2000-11-15 Thread Peter Knight
I have tried to invoke EJB's from TOMCAT and get: Internal Servlet Error: javax.servlet.ServletException: Need to specify class name in environment or system property: Root cause: javax.naming.NoInitialContextException: Need to specify class name in environment or system property: e.t.c. The EJB