It seems Tomcat is not for EJBs can I use weblogic. Is weblogic better than Tomcat.
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2329
posted
0
Tomcat is a web server and servlet container. WebLogic is a JEE server (which supports a lot more APIs than Tomcat does, like EJB).
With the help OpenEJB -explained in the article Hebert linked to- Tomcat can be made to support EJBs, though.
gyan kumar
Ranch Hand
Joined: Sep 28, 2011
Posts: 61
posted
0
Thanks to both of you.
David Blevins
Greenhorn
Joined: May 03, 2010
Posts: 11
posted
0
Good news is the OpenEJB/Tomcat stack mentioned has now been officially Java EE 6 certified as Apache TomEE. So now you can get Tomcat with compliant EJB features.