You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Jeyabalan, Prakash" <pr...@kumaran.com> on 2006/04/07 09:10:09 UTC

EJB

How to configure EJB in Tomcat?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: EJB

Posted by Davide Romanini <d....@cineca.it>.
Il giorno ven, 07/04/2006 alle 12.52 +0530, Vivek Mohan ha scritto:
> Can you do that? I thought Tomcat doesn't support EJBs!
> 

You can embed the EJB container (like OpenEJB), or simply refer EJB in a
running container through JNDI. I read some tutorial, try starting from

http://openejb.codehaus.org/Tomcat

However, I really can't find any good reason to add EJB bloat to an
existing web application, it really doesn't add benefit, if you need to
access an existing external EJB I think you can through JNDI with
appropriate configuration, if you want to add some service without using
a full application server (like JBoss), there are many better
alternatives like Spring container or Hivemind.

Bye,
Davide Romanini


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: EJB

Posted by Vivek Mohan <vi...@gmail.com>.
Can you do that? I thought Tomcat doesn't support EJBs!


On 4/7/06, Jeyabalan, Prakash <pr...@kumaran.com> wrote:
> How to configure EJB in Tomcat?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>


--
I told the doctor I broke my leg in two places. He told me to quit
going to those places.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org