You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Cr...@lotus.com on 2001/09/28 15:35:56 UTC

Looking into EJB w/ Tomcat4.0 - advice?

Hi, I'm looking for a free/open source EJB application server to build upon
my experience with Tomcat (don't want the big guns - weblogic, websphere,
iplanet...).  I have been using Tomcat4.0 and Struts to create N tiered web
applications up to this point & would like to explore EJB.  Is there an EJB
application server into which I can integrate Tomcat4.0?

- I like that JBoss bundles with Tomcat, but I don't want to revert to
Tomcat 3.2.  Also, JBoss doesn't support EJB2.0.  Still, could I plug in
Tomcat*4.0* as the servlet container?

- Orion looks to only come with it's own servlet container.  Dont think I
want that.

- It looks like the Sun RI bundles tomcat 4.0.  Is that to say the Sun RI
application server uses Tomcat4.0 as it's servlet container?  If so,
perhaps this the best choice?

Thanks,
Craig


Re: Looking into EJB w/ Tomcat4.0 - advice?

Posted by Nick Betteridge <n....@syntactics.com>.
Tomcat 4.0 is just about to be released with jboss and ejb2.0/jboss is
in place.

Re: Looking into EJB w/ Tomcat4.0 - advice?

Posted by Rickard Öberg <ri...@xpedio.com>.
Craig_Reichenbach@lotus.com wrote:

> Hi, I'm looking for a free/open source EJB application server to build upon
> my experience with Tomcat (don't want the big guns - weblogic, websphere,
> iplanet...).  I have been using Tomcat4.0 and Struts to create N tiered web
> applications up to this point & would like to explore EJB.  Is there an EJB
> application server into which I can integrate Tomcat4.0?
> 
> - I like that JBoss bundles with Tomcat, but I don't want to revert to
> Tomcat 3.2.  Also, JBoss doesn't support EJB2.0.  Still, could I plug in
> Tomcat*4.0* as the servlet container?


I committed Tomcat4 support for JBoss a couple of weeks ago. Works for me.

/Rickard


-- 
Rickard Öberg
Software Development Specialist
xlurc - Xpedio Linköping Ubiquitous Research Center
Author of "Mastering RMI"
Email: rickard@xpedio.com


Re: Looking into EJB w/ Tomcat4.0 - advice?

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Fri, 28 Sep 2001 Craig_Reichenbach@lotus.com wrote:

> Date: Fri, 28 Sep 2001 09:35:56 -0400
> From: Craig_Reichenbach@lotus.com
> Reply-To: tomcat-dev@jakarta.apache.org
> To: tomcat-dev@jakarta.apache.org
> Subject: Looking into EJB w/ Tomcat4.0 - advice?
>
> Hi, I'm looking for a free/open source EJB application server to build upon
> my experience with Tomcat (don't want the big guns - weblogic, websphere,
> iplanet...).  I have been using Tomcat4.0 and Struts to create N tiered web
> applications up to this point & would like to explore EJB.  Is there an EJB
> application server into which I can integrate Tomcat4.0?
>
> - I like that JBoss bundles with Tomcat, but I don't want to revert to
> Tomcat 3.2.  Also, JBoss doesn't support EJB2.0.  Still, could I plug in
> Tomcat*4.0* as the servlet container?
>
As Rickard mentioned, JBoss has recently added support for Tomcat 4.0
integration.

> - Orion looks to only come with it's own servlet container.  Dont think I
> want that.
>

Wow!  Loyalty to Tomcat!  :-)

To be fair, Orion's servlet and JSP implementation is quite good.

> - It looks like the Sun RI bundles tomcat 4.0.  Is that to say the Sun RI
> application server uses Tomcat4.0 as it's servlet container?  If so,
> perhaps this the best choice?
>

The J2EE 1.3 reference implementation does indeed embed Tomcat 4.0 code as
its servlet and JSP container.

> Thanks,
> Craig
>
>

Craig McClanahan