It's there to prove that Catalina will actually parse an EJB resource reference for you, and create the JavaBeans that record the reference. This can be useful people who are integrating Tomcat into their EJB containers, but not directly useful to an application.
Craig On Tue, 15 Oct 2002, Raymond Barlow wrote: > Date: Tue, 15 Oct 2002 00:12:43 +0100 > From: Raymond Barlow <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: server.xml, EmployeeRecordHome/EmployeeRecord > > Hi all! > > I've just been looking around the server.xml file, and noticed the following: > > <Ejb name="ejb/EmplRecord" type="Entity" > home="com.wombat.empl.EmployeeRecordHome" > remote="com.wombat.empl.EmployeeRecord"/> > > > So I decided to find out why it is in there. I've looked through the TomCat docs >(4.0), and trawled newsgroups and mailing list archives, but cannot find out why this >is in there, or if it can be used. > > Could someone please explain to me what this is for? Is it possible to run EJBs with >just TomCat without having to jimmy around with JBOSS or the like? > > I'm using TomCat 4.0. > > Regards, > Raymond Barlow -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
