Tomcat is an open source web server and servlet container from Apache. It allows JSP (Java server pages) code to run, and Java servlets. Tomcat includes three components for its different functions.

  • Coyote (HTTP connector)
  • Catalina (servlet container)
  • Jasper (JSP engine)

Apache, Web design terms, Web server

  • The official Tomcat website.