Java Servers (Servlet, JSP)
Java Server:
A server which can invoke Java virtual machine on the server side to execute business or presentation logic coded using Java server side components. Servlets and JSP are the most popular Java server side components.
Apache Tomcat
Apache Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies. The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process.
from apache tomcat website
Loading .....