Web server
The web server is basically a web container that implements the JSP/Servlet part of Java EE. Planon uses Apache Tomcat to host its client interface implementation. Tomcat caters to the user interface logic and communication to the application server.
The web server uses the HTTP protocol. It receives an HTTP request and responds with an HTTP response.