Web Servers & Middleware

Tomcat

English

Overview

An open-source application server for running Java servlets.

Details

An application server providing a runtime for Java servlets and JSP, developed by the Apache Software Foundation. It can handle HTTP requests directly on its own, but in practice it's commonly deployed behind Apache or Nginx as a reverse proxy, letting the front server handle static files and SSL termination.

More OSS terms