I installed tomcat 8.0 on my eclipse j2ee(web developers), is there any need to download extra components from internet for configuring EJB'S?
Asked
Active
Viewed 63 times
1 Answers
0
Stackoverflow is community based on concept of helping each other.You should not expect others to reply you according to your deadlines.Probably you first need to see guidelines
Now about your question :
Tomact is a Servlet container.You need an application server(e.g. weblogic/glassfish) to deploy your EJBs.
Anyways you can have a look over TomEE.
It has got support for enterprise components(EJBs)

Community
- 1
- 1

Ankit Tripathi
- 405
- 4
- 13
-
Tomcat is a server not a container... – lohith kumar Feb 04 '16 at 06:23
-
Its both ,a web server for serving HTTP requests and a container for deployment of web resources(JSP/Servlet).We normally refer Tomcat as Servlet container – Ankit Tripathi Feb 04 '16 at 06:32