Re: EJB

2005-03-02 Thread Giuseppe Briotti
== Date: Wed, 2 Mar 2005 19:23:19 +0300 From: Bogomolov Sergey [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Subject: EJB == Dear Friends, please tell me, whether server TomCat with EJB is able to work Thank you for answer.

Re: EJB

2005-03-02 Thread Lionel Farbos
On Wed, 2 Mar 2005 19:23:19 +0300 Bogomolov Sergey [EMAIL PROTECTED] wrote: Dear Friends, please tell me, whether server TomCat with EJB is able to work no : Tomcat is a servlet container. For EJBs, you can use full J2EE servers like JBoss, JOnAS, WebSphere, WebLogic, ...

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 Support

2004-07-20 Thread Koon Yue Lam
Hi, Tomcat is a web container, so it can't handle EJB in normal case unlesss you use some 3rd party program. If you need EJB, the most obvious way is to get a J2EE Application Server like JBOSS, WebSphere, WebLogin... Regards -

Re: EJB Support

2004-07-20 Thread Nikola Milutinovic
R K Singh wrote: Hi All, I have been using tomcat-4.1.29 for JSP Servlets. Now I need to use EJB in my JSP pages. How can I do it with Tomcat? Well, you can't. Tomcat is not an EJB container. You must get a hold of some EJB container or full J2EE server. Thses I know of: - JBoss (FREEWARE,

RE: EJB Compliance

2003-12-19 Thread Shapira, Yoav
Howdy, Tomcat is not EJB-compliant. It is a servlet container, not a full J2EE server. You can use JBoss, Jonas, or any of the commercial J2EE servers if you need EJB features. Yoav Shapira Millennium ChemInformatics -Original Message- From: Tony Colson [mailto:[EMAIL PROTECTED]

RE: EJB Compliance

2003-12-18 Thread Jerry Birchler
Tomcat does not implement EJB. JBOSS implements EJB on top of tomcat (currently, version 4.1.29). Check it out here: http://www.jboss.org -Original Message- From: Tony Colson [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 9:57 PM To: 'Tomcat Users List' Subject: EJB

Re: EJB Compliance

2003-12-18 Thread Kwok Peng Tuck
Tony Colson wrote: This might be a re-post...sorry if it is... Is Tomcat 4.1 (or even 5.0) EJB Compliant? If so, is it compliant with the EJB 1.1 or 2.0 specification? No it is not EJB Compliant. There's no need for it to be. I can't seem to find appropriate documentation. Also, in the

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: EJB

2002-07-04 Thread RNivas
My full favour for JBOSS. Its Ultimatemore...and more.. RN - Original Message - From: Chris Shen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, July 02, 2002 2:03 AM Subject: EJB does anyone have any recommendation on an open source ejb container...? i am

RE: EJB

2002-07-02 Thread Dmitry ...
I d/loaded JBoss3.01 + Tomcat bundle. Docs are available for $$. A free quickstart manual, I found, not the most helpful. I do not mind paying $10 for the docs, but are they much better than the quickstart manual? Are there working examples (for version 3.0+) that you could point me to, or

RE: EJB

2002-07-01 Thread James Ward
JBOSS is amazing!!! www.jboss.org Have fun! -James -Original Message- From: Chris Shen [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 2:33 PM To: Tomcat Users List Subject: EJB does anyone have any recommendation on an open source ejb container...? i am currently running

Re: Ejb vs jsp

2002-05-07 Thread Nikola Milutinovic
Hello, Because I am curious about how these technologies are used in the real world. I would like to know how do you professionals use as your rule of thumb wether or not you are going build web based application using Enterprise Javabeans or a standalone jsp applications. Why

Re: Ejb vs jsp

2002-05-06 Thread Daniel Hinojosa
Vincent Stoessel wrote: Hello, Because I am curious about how these technologies are used in the real world. I would like to know how do you professionals use as your rule of thumb wether or not you are going build web based application using Enterprise Javabeans or a standalone jsp

RE: Ejb vs jsp

2002-05-06 Thread Kim Albee
, Inc. www.einsof.com -Original Message- From: Daniel Hinojosa [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 2:24 PM To: Tomcat Users List Subject: Re: Ejb vs jsp Vincent Stoessel wrote: Hello, Because I am curious about how these technologies are used in the real world. I

Re: EJB Sevlets HOW-TO???

2001-10-18 Thread Craig R. McClanahan
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

Re: EJB Sevlets HOW-TO???

2001-10-18 Thread phillipmastroianni
I am no expert, so I may be wrong. You may want to look at JBoss.org. This is a open source container which includes among other things EJB. I believe it is intended to work with a servlet container such as Tomcat. - Original Message - From: David Treves [EMAIL PROTECTED] Date:

RE: EJB Sevlets HOW-TO???

2001-10-18 Thread Randy Layman
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:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001 11:02 AM To:

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

RE: EJB help

2001-09-19 Thread Reynir Hubener
which EJB container are you using ? -Original Message- From: asheesh [mailto:[EMAIL PROTECTED]] Sent: 19. september 2001 11:21 To: [EMAIL PROTECTED] Subject: EJB help Dear All, Can anyone help me in running EJBs from tomcat 4.0 , initially i was using tomcat 3.1 and was able to

Re: EJB help

2001-09-19 Thread jochen mader
On Wednesday, 19. September 2001 13:21, you wrote: Dear All, Can anyone help me in running EJBs from tomcat 4.0 , initially i was using tomcat 3.1 and was able to access EJBs by Context ctx= new InitialContext(); obj= ctx.lookup(MyBean); But now the same code is giving me problem. And

Re: EJB Access Bean in Tomcat-jsp

2001-03-29 Thread Valeriy Molyakov
As far as I know - Tomcat is not container for EJB ! - Original Message - From: "Dennis Meerveld" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 29, 2001 4:54 PM Subject: EJB Access Bean in Tomcat-jsp Hi, I have created an CMP-EJB in VA for Java 3.5. For this EJB I

RE: EJB Access Bean in Tomcat-jsp

2001-03-29 Thread Dennis Meerveld
are always appreciated ! regards, Dennis -Original Message- From: Valeriy Molyakov [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 4:20 PM To: [EMAIL PROTECTED] Subject: Re: EJB Access Bean in Tomcat-jsp As far as I know - Tomcat is not container for EJB ! - Original Message

Re: EJB Access Bean in Tomcat-jsp

2001-03-29 Thread Oldeboershuis, Simon
Hi Dennis, you probably access the EJB Bean via jndi? The correct jndi classes have to be in the classpath by putting them in right directory of your webapp. See the mail archive for more info on the right spot for jndi classes and at least the following properties have to be set: # if you use

RE: EJB Access Bean in Tomcat-jsp

2001-03-29 Thread Dennis Meerveld
haven't explicitly set those properties yet cause the 'invoke()'- error that is my initial area of concern ? Much obliged, Dennis -Original Message- From: Oldeboershuis, Simon [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 9:09 AM To: [EMAIL PROTECTED] Subject: Re: EJB Access

RE: EJB

2001-03-23 Thread E. Vinayak
11:37 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: EJB Yes, You can look at www.jboss.org, there are sample how to use EJB using Servlet on Tomcat Johnson -Original Message- From: E. Vinayak [mailto:[EMAIL PROTECTED]] Sent: Friday, March 23, 2001 11:31 To: [EMAIL PROTECTED

Re: EJB

2001-03-22 Thread fumi
Hell No. fumi

RE: EJB

2001-03-22 Thread E. Vinayak
: Thursday, March 22, 2001 8:17 PM To: [EMAIL PROTECTED] Subject: Re: EJB Hell No. fumi

RE: EJB

2001-03-22 Thread Johnson Lim
Yes, You can look at www.jboss.org, there are sample how to use EJB using Servlet on Tomcat Johnson -Original Message- From: E. Vinayak [mailto:[EMAIL PROTECTED]] Sent: Friday, March 23, 2001 11:31 To: [EMAIL PROTECTED] Subject: RE: EJB Hi Fumi, Thanks. Is there any way we can make

Re: ejb and apache

2001-02-24 Thread Moin Anjum H.
Hi, I don't Apache supports EJB Check out www.enhydra.org. It is again free ware that helps deploying EJB. Regards Moin. sanjeev Biswas wrote: hi is there any way of deploying EJB's in apache web server? sanjeev = Sanjeev Biswas Munich,Germany Mobile +0049 1625190431

RE: EJB

2001-02-22 Thread guyr
No, Tomcat is not an EJB container. Look at jboss for an open source ejb container. -Original Message- From: Chris Andreou [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 4:23 PM To: '[EMAIL PROTECTED]' Subject: EJB Greetings, Does Tomcat suppor EJB's ? In case it does

Re: EJB

2000-11-15 Thread Simon Oldeboershuis, outermedia
Hi Peter, I think you have to add the jndi.properties file (see JONAS_ROOT directory) to classpath. I have added it to the classpath of the environment in which tomcat is started. I tried to put into the WEB-INF/lib packed into a test.jar - no success WEB-INF/classes - no

Re: EJB

2000-11-15 Thread John Ellis
Actually, Peter is not using JOnAS, he is using Oracle. Somewhere in the Oracle documentation, it should say what type of environment you need to pass into the new InitialContext() call or have in your jndi.properties file. Typically, the parameters you will need are:

Re: EJB

2000-11-15 Thread Craig R. McClanahan
Peter Knight wrote: I have tried to invoke EJB's from TOMCAT and get: Internal Servlet Error: javax.servlet.ServletException: Need to specify class name in environment or system property: Root cause: javax.naming.NoInitialContextException: Need to specify class name in environment or