Tomcat Web Server
Tomcat is an open source web server developed by Apache Group. Apache Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies.
Introduction to the
Tomcat web server
Tomcat is an open source web server developed by Apache
Group. Apache Tomcat is the servlet container that is used in the official
Reference Implementation for the Java Servlet and JavaServer Pages technologies.
Web server handles only Http requests where as Application server handles any protocol requests.
Web server is 3-tier architecture where as Application server is n-tier architecture.
Using web server we can deploy the applications like Jsp&servlets only.Using Appl server we can deploy the applications like Jsp&servlets and ejb also.