Re: EJB in tomcat

2004-11-29 Thread Peter Mengell
RTFM On Monday 29 November 2004 09:30, [EMAIL PROTECTED] wrote: Can EJB's be deployed in tomcat ?? Birendar Singh Waldiya DISCLAIMER: The information contained in this message is intended only and solely for the addressed individual or entity indicated in this message and for the

RE: EJB in tomcat

2004-11-29 Thread Mark Thomas
Can EJB's be deployed in tomcat ?? No. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: EJB in tomcat

2004-11-29 Thread Phillip Qin
EJB needs EJB container. Tomcat is a servlet/jsp container. However, you can find enterprice beans through naming lookup. -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: November 29, 2004 2:55 PM To: 'Tomcat Users List' Subject: RE: EJB in tomcat Can EJB's

RE: EJB in tomcat

2003-09-09 Thread Jeremy Whitlock
Anson, The one I've used for over a year and a half is OpenEJB. It's an EJB container and is 100% pluggable into Tomcat. Here is the url: http://openejb.sourceforge.net If you need any help, let me know. Thanks, Jeremy -Original Message- From: zeallousbigpond.net.au

Re: EJB in tomcat

2003-09-08 Thread Filip Hanik
there are plenty of open source EJB containers, Tomcat is not one of them. www.jboss.org has been a popular choice Filip - Original Message - From: zeallousbigpond.net.au [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 08, 2003 5:17 PM Subject: EJB in tomcat hi,

Re: EJB in tomcat

2003-09-08 Thread Marco Tedone
Well, Tomcat needs to 'colloquiate' with an application server (where EJBs are deployed). The answer is yes, it's possible; all your application needs to do is to establish a context with an application server and then it can use the component deployed on application server generally using a

Re: EJB from Tomcat

2003-02-13 Thread Andy Richards
Is this easier than using the jboss tomcat bundle? i will read the article when i get a chance andy On Thu, 2003-02-13 at 14:54, David Blevins wrote: All, I wrote some time ago about the Tomcat/OpenEJB integration, which allows Tomcat users to start using EJBs from Tomcat without having to

RE: EJB from Tomcat

2003-02-13 Thread David Blevins
Subject: Re: EJB from Tomcat Is this easier than using the jboss tomcat bundle? i will read the article when i get a chance andy On Thu, 2003-02-13 at 14:54, David Blevins wrote: All, I wrote some time ago about the Tomcat/OpenEJB integration, which allows Tomcat users to start

Re: EJB from Tomcat

2003-02-13 Thread Will Hartung
From: David Blevins [EMAIL PROTECTED] Sent: Thursday, February 13, 2003 6:54 AM Subject: EJB from Tomcat All, I wrote some time ago about the Tomcat/OpenEJB integration, which allows Tomcat users to start using EJBs from Tomcat without having to ditch your Tomcat installation and

RE: EJB from Tomcat

2003-02-13 Thread David Blevins
. In the end you get a single server that can run both servlets/jsp/ejb together in the same VM with local optimizations. -David -Original Message- From: Will Hartung [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 11:33 AM To: Tomcat Users List Subject: Re: EJB from Tomcat

Re: pulling my hair out re: EJB in tomcat

2001-10-01 Thread mlamb
On Fri, 28 Sep 2001 [EMAIL PROTECTED] wrote: Now I just keep getting the java.lang.ClassCastException: javax.naming.NameClassPair on the sample's line: Object ref = jndiContext.lookup(interest/Interest); are you actually getting the classcast there? or on a subsequent line