Wednesday, September 2, 2015

Difference between Tomcat 4 and 5

Tomcat 5 supports Servlet 2.4 and Tomcat 4 supports Servlet 2..

Tomcat 5 supports JSP 2.0 specifications, Tomcat 4 JSP 1.2. 



Tomcat 5 does not need a mapper component to find a child component, therefore simplifying the code.
Tomcat 5 has a more efficient default connector than Tomcat 4. 

Tomcat 5 shares a thread for background processing whereas Tomcat 4's components all have their own threads for background processing. 

Therefore, Tomcat 5 uses less resources in this regard.


No comments:

Post a Comment

Scrum and Scrum master

Scrum  Scrum is a framework which helps a team to work together.  It is like a rugby team (the scrum name comes from rugby game). Scrum enco...