|
Re: Can we execute EJB's in Tomcat
No. We can't deploy ejb applications in Tomcat. It is a web server. it doesn't support ejb's.
But, in some projects we use both web logic and tomcat . We deploy the web applications in tomcat and ejb applications in weblogic.
I don't have clear idea on it.
|