Quick summary

Apache Tomcat is a free, open-source HTTP server and servlet container that implements Jakarta EE (the successor to Java EE) specifications. Note that Tomcat 10 and newer target Jakarta EE APIs, while Tomcat 9 and earlier implement the older Java EE specifications.

Purpose and common uses

Tomcat provides a runtime for Java/Jakarta web applications — handling servlets, JSPs, WebSocket endpoints and expression language evaluation — so developers can deploy and serve web apps that are reachable through standard web browsers (for example Chrome, Firefox or Edge/Internet Explorer). It is widely used to host production sites and internal applications across multiple industries.

Notable adopters

Organizations and large web properties that have relied on Tomcat include AppFuse, Bonhams, Cardinal Health, Walmart’s web properties and The Weather Channel, among others.

Core modules and what they do

  • Jasper — compiles and processes JavaServer Pages (JSP) into servlet code so pages can be executed by the container.
  • Coyote — the HTTP connector that accepts network requests (HTTP/1.1) and forwards them into the servlet container.
  • Cluster — handles session replication and workload distribution to support high-availability and load-balanced deployments.
  • Catalina — the servlet container core that loads, manages and executes servlets and the servlet lifecycle.

Coding style and file limits

Tomcat follows specific source and documentation formatting rules:

  • Source code (Jakarta/Java files): typically limited to 100 characters per line, use four-space indents and place opening braces on the same line as the declaration.
  • Documentation and markup (.txt, .xml): conventions favor an 80-character maximum line width and two-space indentation for those files.

Licensing, contribution and availability

Tomcat is distributed under the Apache License, Version 2.0. It is a community-driven project with many volunteer contributors; both novice and experienced developers are encouraged to participate. Binary downloads are available for Windows and other platforms, and the project is free to use.

Technical

Title
Apache Tomcat
Requirements
  • Windows
Language
No language has been specified.
Available languages
License
  • Full
Latest update
2022-07-15
Author
The Apache Software Foundation
Other Useful Business Software
Our Free Plans just got better! | Auth0 Icon
Our Free Plans just got better! | Auth0

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Rate This App
Login To Rate This App

User Reviews

Be the first to post a review of Apache Tomcat!