Re: EJB help

2001-09-19 Thread jochen mader
On Wednesday, 19. September 2001 13:21, you wrote: > Dear All, > > Can anyone help me in running EJBs from tomcat 4.0 , initially i was using > tomcat 3.1 and was able to access EJBs by > > Context ctx= new InitialContext(); > obj= ctx.lookup("MyBean"); > > But now the same code is giving me probl

RE: EJB help

2001-09-19 Thread Reynir Hubener
which EJB container are you using ? -Original Message- From: asheesh [mailto:[EMAIL PROTECTED]] Sent: 19. september 2001 11:21 To: [EMAIL PROTECTED] Subject: EJB help Dear All, Can anyone help me in running EJBs from tomcat 4.0 , initially i was using tomcat 3.1 and was able to

EJB help

2001-09-19 Thread asheesh
Dear All, Can anyone help me in running EJBs from tomcat 4.0 , initially i was using tomcat 3.1 and was able to access EJBs by Context ctx= new InitialContext(); obj= ctx.lookup("MyBean"); But now the same code is giving me problem. And it's saying unable to compile class. thanks in advance..