what is the difference between tomcat and tomcatEE

 Tomcat is a Catalina container, or is a servlet container that support or execute the servlet and java server page (JSP) and it is light weight web-server most suitable to host small or simple applications.

TomcatEE - TomcatEE is a extended version of tomcat. which support full java EE features. it also includes additional  technologies like EJB(enterprise java beans), Java Transaction API JTA,CDI 

TomcatEE support microservices

this act as an application server where tomcat run as web server.

Comments

Popular posts from this blog

ERROR: Port values must be a positive integer between 0 and 65535. while install IBM Http Server 8.5.5

How to remove the node from the deployment manager profile

What is clean start in websphere application server