Mirror of Apache Tomcat 7.0.x
Java HTML Shell NSIS Batchfile XSLT Other
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
bin Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62391 Jun 5, 2018
conf Refactor org.apache.jasper.runtime.BodyContentImpl so an additional p… May 6, 2018
java Fix possible NPE Jun 6, 2018
modules/jdbc-pool Enable PoolCleaner to be started even if validationQuery is not set. Mar 27, 2018
res Better name for test servlet May 31, 2018
test Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57926 Jun 4, 2018
webapps Make JAASRealm mis-configuration more obvious by requiring the authen… Jun 6, 2018
.gitattributes Add a .gitattributes file to make sure that Git handles test data fil… May 6, 2018
.gitignore Add an HTTP header parser. The driver for this was an attempt to fix h… Mar 13, 2012
BUILDING.txt WS police. Apr 16, 2017
CONTRIBUTING.md Add README and CONTRIBUTING documents to help users that are utilizin… Jun 19, 2017
KEYS Add Mladen's code signing key, Oct 26, 2013
LICENSE Be more specific about the Eclipse Compiler we depend on May 26, 2015
NOTICE Happy New Year 2018 Jan 4, 2018
README.md Add links to the corresponding documents. Jun 19, 2017
RELEASE-NOTES For https://bz.apache.org/bugzilla/show_bug.cgi?id=62353 May 5, 2018
RUNNING.txt Add note that Java 7 is required for Java WebSocket API. May 5, 2018
STATUS.txt Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57611 Feb 23, 2015
build.properties.default Increment version for next dev cycle May 7, 2018
build.xml Correct the manifest for the annotations-api.jar. The JAR implements … May 25, 2018

README.md

Welcome to Apache Tomcat!

What Is It?

The Apache Tomcat® software is an open source implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. The Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket specifications are developed under the Java Community Process.

The Apache Tomcat software is developed in an open and participatory environment and released under the Apache License version 2. The Apache Tomcat project is intended to be a collaboration of the best-of-breed developers from around the world. We invite you to participate in this open development project. To learn more about getting involved, click here or keep reading.

Apache Tomcat software powers numerous large-scale, mission-critical web applications across a diverse range of industries and organizations. Some of these users and their stories are listed on the PoweredBy wiki page.

Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat project logo are trademarks of the Apache Software Foundation.

The Latest Version

The current latest version in this branch (trunk) can be found on the Tomcat 9.0 page.

Documentation

The documentation available as of the date of this release is included in the docs webapp which ships with tomcat. You can access that webapp by starting tomcat and visiting http://localhost:8080/docs/ in your browser. The most up-to-date documentation can be found at http://tomcat.apache.org/tomcat-9.0-doc/.

Installation

Please see RUNNING.txt for more info.

Licensing

Please see LICENSE for more info.

Support and Mailing List Information

  • Free community support is available through the tomcat-users email list and a dedicated IRC channel (#tomcat on Freenode).

  • If you want freely available support for running Apache Tomcat, please see the resources page here.

  • If you want to be informed about new code releases, bug fixes, security fixes, general news and information about Apache Tomcat, please subscribe to the tomcat-announce email list.

  • If you have a concrete bug report for Apache Tomcat, please see the instructions for reporting a bug here.

Contributing

Please see CONTRIBUTING for more info.