Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
771 blopes 1
## Welcome to Apache Tomcat!
2
 
3
### What Is It?
4
 
5
The Apache Tomcat® software is an open source implementation of the Java
6
Servlet, JavaServer Pages, Java Expression Language and Java WebSocket
7
technologies. The Java Servlet, JavaServer Pages, Java Expression Language and
8
Java WebSocket specifications are developed under the
9
[Java Community Process](https://jcp.org/en/introduction/overview).
10
 
11
The Apache Tomcat software is developed in an open and participatory
12
environment and released under the
13
[Apache License version 2](https://www.apache.org/licenses/). The Apache Tomcat
14
project is intended to be a collaboration of the best-of-breed developers from
15
around the world. We invite you to participate in this open development
16
project. To learn more about getting involved,
17
[click here](https://tomcat.apache.org/getinvolved.html) or keep reading.
18
 
19
Apache Tomcat software powers numerous large-scale, mission-critical web
20
applications across a diverse range of industries and organizations. Some of
21
these users and their stories are listed on the
22
[PoweredBy wiki page](https://cwiki.apache.org/confluence/display/TOMCAT/PoweredBy).
23
 
24
Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat
25
project logo are trademarks of the Apache Software Foundation.
26
 
27
### Get It
28
 
29
For every major Tomcat version there is one download page containing
30
links to the latest binary and source code downloads, but also
31
links for browsing the download directories and archives:
32
- [Tomcat 11](https://tomcat.apache.org/download-11.cgi)
33
- [Tomcat 10](https://tomcat.apache.org/download-10.cgi)
34
- [Tomcat 9](https://tomcat.apache.org/download-90.cgi)
35
 
36
To facilitate choosing the right major Tomcat version one, we have provided a
37
[version overview page](https://tomcat.apache.org/whichversion.html).
38
 
39
### Documentation
40
 
41
The documentation available as of the date of this release is
42
included in the docs webapp which ships with tomcat. You can access that webapp
43
by starting tomcat and visiting <http://localhost:8080/docs/> in your browser.
44
The most up-to-date documentation for each version can be found at:
45
- [Tomcat 11](https://tomcat.apache.org/tomcat-11.0-doc/)
46
- [Tomcat 10](https://tomcat.apache.org/tomcat-10.1-doc/)
47
- [Tomcat 9](https://tomcat.apache.org/tomcat-9.0-doc/)
48
 
49
### Installation
50
 
51
Please see [RUNNING.txt](RUNNING.txt) for more info.
52
 
53
### Licensing
54
 
55
Please see [LICENSE](LICENSE) for more info.
56
 
57
### Support and Mailing List Information
58
 
59
* Free community support is available through the
60
[tomcat-users](https://tomcat.apache.org/lists.html#tomcat-users) email list and
61
a dedicated [IRC channel](https://tomcat.apache.org/irc.html) (#tomcat on
62
Freenode).
63
 
64
* If you want freely available support for running Apache Tomcat, please see the
65
resources page [here](https://tomcat.apache.org/findhelp.html).
66
 
67
* If you want to be informed about new code releases, bug fixes,
68
security fixes, general news and information about Apache Tomcat, please
69
subscribe to the
70
[tomcat-announce](https://tomcat.apache.org/lists.html#tomcat-announce) email
71
list.
72
 
73
* If you have a concrete bug report for Apache Tomcat, please see the
74
instructions for reporting a bug
75
[here](https://tomcat.apache.org/bugreport.html).
76
 
77
### Contributing
78
 
79
Please see [CONTRIBUTING](CONTRIBUTING.md) for more info.