Tomcat Web Server
- 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.
- How to install
and Configure the Tomcat Server
Here we are illustrating the installation process only for Windows.
- Differentiate between Web Server and Application Server
A Web server handles the HTTP protocol. When the Web server receives an HTTP request, it responds with an HTTP response, such as sending back an HTML page.