| Author |
can we deploy ejbs using tomcat
|
vineel kumar
Greenhorn
Joined: Jul 10, 2007
Posts: 11
|
|
|
hai friends can you please tell me whether we can deploy ejbs using tomcat.is so tell me how to deploy?
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
You can not. Tomcat is not a full JEE container. If you're looking for an open source container that supports the full JEE stack, check out JBoss. JBoss uses Tomcat as its servlet/jsp engine.
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
vineel kumar
Greenhorn
Joined: Jul 10, 2007
Posts: 11
|
|
|
thank u
|
 |
Abhishek Asthana
Ranch Hand
Joined: Sep 08, 2004
Posts: 146
|
|
When I was in college and was looking for an EJB container, I used JBoss, but I remember there was an Apache project called Open EJB. There was a plugin that would enable tomcat to host EJBs! Now OpenEJB has moved out of Apache 'incubator' and has become a separate product!
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
Originally posted by Abhishek Asthana: When I was in college and was looking for an EJB container, I used JBoss, but I remember there was an Apache project called Open EJB. There was a plugin that would enable tomcat to host EJBs! Now OpenEJB has moved out of Apache 'incubator' and has become a separate product!
I'm guessing that's what has become Geronimo. http://geronimo.apache.org/
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
Originally posted by vineel kumar: thank u
vineel kumar, Welcome to JavaRanch! In an effort to help you get the most from our forums, we've compiled a list of tips for asking questions here. You can find the list in our FAQ section here. In particular please see: UseRealWords Thank you
|
 |
 |
|
|
subject: can we deploy ejbs using tomcat
|
|
|