Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 74568 invoked by uid 500); 18 Oct 2001 16:00:39 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 74551 invoked from network); 18 Oct 2001 16:00:39 -0000 Message-ID: From: Randy Layman To: tomcat-user@jakarta.apache.org Subject: RE: EJB & Sevlets HOW-TO??? Date: Thu, 18 Oct 2001 11:19:44 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="windows-1255" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Someone posted this message on how to connect Tomcat to JBoss. Maybe it has the information you need? http://home.planet.nl/~cancr001/ Randy > -----Original Message----- > From: David Treves [mailto:dwork@macam.ac.il] > Sent: Thursday, October 18, 2001 11:02 AM > To: tomcat-user@jakarta.apache.org > 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. > > Ever since it is impossible to run a servlet in that > container, which makes > sense since there are duplicated packages in it's CLASSPATH. > > My question is how to have the EJB API available to the container, yet > prevent that ambiguity with the servlet API? > > > Maybe I am doing something wrong... where can I read about > it? Or can anyone > send a TODO list? > > :o) > > Thanks for your time! > David. >