aspose file tools
The moose likes Tomcat and the fly likes EJB Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "EJB" Watch "EJB" New topic
Author

EJB

maha devan
Ranch Hand

Joined: Mar 16, 2004
Posts: 50
Hi I am Beginner. pls help

Does tomcat suport EJB. I heard that we can add some patch to tomcat to work with EJB.

Thanks Maha
Mike Curwen
Ranch Hand

Joined: Feb 20, 2001
Posts: 3695

It does not, and you cannot.

If you need EJB, then consider a real EJB container, like jboss or jrun or jonas. There's also APIs and code libraries that don't function 'stand alone', but that you can bolt on to products like tomcat.

http://www.openejb.org/ (currently, the first news story on this site is about integrating their product with Tomcat).
Benjamin Hill
Greenhorn

Joined: May 25, 2004
Posts: 2
You could check out JBoss; www.jboss.org

HTH
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14571
    
    7

Just for info, EJBs run in an EJB Container. Tomcat is not an EJB container, but EJB containers such as JBoss and JOnAS can run embedded Tomcat (or Jetty) servers for their JSP and servlet needs.

Both of these systems have made the task of getting Tomcat/EJB integration quite smooth - effectively no more difficult than getting an "all-in-one" J2EE server like WebSphere or WebLogic running.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: EJB
 
Similar Threads
tomcat j2ee
is Tomcat support EJB ?
apache/tomcat as an app server
which app server is easy for j2ee developing.
the runnin of EJB 2.0 with ecclipse ee