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 >

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 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 th

EJB in tomcat

2004-11-29 Thread birendar . waldiya
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 exclusive use of the said addressed individual or entity indicated in this

RE: how to deploy ejb in tomcat

2004-01-06 Thread alan sparago
Re: how to deploy ejb in tomcat I made the same mistake. This matrix will help to clarify the issue. http://www.theserverside.com/reviews/matrix.jsp The funny thing is that Sun now bundles the J2EE SDK with the Netbeans IDE. The Netbeans IDE in turn comes with Tomcat bundled inside for

Re: how to deploy ejb in tomcat

2004-01-06 Thread Mike Coughlan
I made the same mistake. This matrix will help to clarify the issue. http://www.theserverside.com/reviews/matrix.jsp The funny thing is that Sun now bundles the J2EE SDK with the Netbeans IDE. The Netbeans IDE in turn comes with Tomcat bundled inside for easy local development. And yet Tomca

RES: how to deploy ejb in tomcat

2004-01-06 Thread Jose Euclides da Silva Junior - DATAPREVRJ
: segunda-feira, 5 de janeiro de 2004 18:44 Para: Tomcat Users List Assunto: RE: how to deploy ejb in tomcat Howdy, With a lot of praying, perhaps. Tomcat is not an EJB container, and this is in the FAQ. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: bala

Re: how to deploy ejb in tomcat

2004-01-05 Thread Carlos Cajina - Hotmail
t; - Original Message - From: "bala magesh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 05, 2004 9:35 AM Subject: how to deploy ejb in tomcat > hai to all > i expect from any one

RE: how to deploy ejb in tomcat

2004-01-05 Thread Shapira, Yoav
Subject: how to deploy ejb in tomcat > >hai to all >i expect from any one how to deploy a ejb in tomcat >plz reply soon >bala > >_ >Gujarat Kite Fest at http://go.msnserver.co

how to deploy ejb in tomcat

2004-01-05 Thread bala magesh
hai to all i expect from any one how to deploy a ejb in tomcat plz reply soon bala _ Gujarat Kite Fest at http://go.msnserver.com/IN/40247.asp www.gujaratkitefest.com

RE: EJB in tomcat

2003-09-09 Thread Jeremy Whitlock
ond.net.au [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2003 6:17 PM To: [EMAIL PROTECTED] Subject: EJB in tomcat hi, I would like to ask, can Tomcat work with Enterprise Javabeans? 'cause I read from the Java site...it says that we need a BEA server? Is it necessary? Or

Re: EJB in tomcat

2003-09-08 Thread Marco Tedone
t; To: <[EMAIL PROTECTED]> Sent: Tuesday, September 09, 2003 1:17 AM Subject: EJB in tomcat > hi, > > I would like to ask, can Tomcat work with Enterprise > Javabeans? 'cause I read from the Java site...it says that we need a > BEA server? Is it necessary? O

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 Subje

EJB in tomcat

2003-09-08 Thread zeallousbigpond.net.au
hi, I would like to ask, can Tomcat work with Enterprise Javabeans? 'cause I read from the Java site...it says that we need a BEA server? Is it necessary? Or tomcat it self already has those libraries. Anson - To unsu

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 subse