On Thu, 18 Oct 2001, David Treves wrote:

> Date: Thu, 18 Oct 2001 17:01:58 +0200
> From: David Treves <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: EJB & Sevlets HOW-TO???
>
> Hi,
>
> I have installed Tomcat 4 on my win2000 box. The issue is how to get
> references to EJB objects from within a servelt. I know that Tomcat doesn't
> have the J2EE packages (besides the servlet API), so I added the J2EE jar
> file to "$CATALINA_HOME\lib" folder.
>

That's not going to work, because Tomcat is STILL not an EJB server.

If you want to use the J2EE RI (which includes Tomcat and an EJB
container), then you have to follow the processes defined in the J2EE RI's
documentation for building and deploying web applications on it.

Craig

Reply via email to