This download page includes only the sources to compile and build Apache Tomcat Connectors yourself with the proper tools. Download the precompiled distribution for your platform from binaries/.
Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
HEADER.html | 2018-09-01 13:19 | 680 | ||
binaries/ | 2022-06-17 13:15 | - | ||
tomcat-connectors-1.2.49-src.tar.gz | 2023-09-11 23:53 | 1.6M | GZIP compressed document | |
tomcat-connectors-1.2.49-src.zip | 2023-09-11 23:53 | 1.9M | ZIP compressed archive | |
README.html | 2024-08-12 23:23 | 2.7K | ||
tomcat-connectors-1.2.50-src.tar.gz | 2024-08-12 23:23 | 1.7M | GZIP compressed document | |
tomcat-connectors-1.2.50-src.zip | 2024-08-12 23:23 | 1.9M | ZIP compressed archive | |
Do not download from www.apache.org. Please use a mirror site to help us save apache.org bandwidth. Go here to find your nearest mirror.
Are available in the binaries/ directory. Every binary distribution contains an install script. See README for details.
For details on current releases, please see the Apache Tomcat Connectors Download Page.
Note; the -src.zip versions of Apache Tomcat Connectors are nearly identical to the .tar.gz versions. However, they offer the source files in DOS/Windows CR/LF text format, and include the Winows build files. These -src.zip files do NOT contain binaries! See the binaries/windows/ directory for the Windows binary distributions.
Only current, recommended releases are available on www.apache.org and the mirror sites. Older releases can be obtained from the archive site.
All of the release distribution packages have been digitally signed (using PGP or GPG) by the Apache Tomcat Group members that constructed them. There will be an accompanying distribution.asc file in the same directory as the distribution. The PGP keys can be found at the MIT key repository and within this project's KEYS file.
Always use the signature files to verify the authenticity of the distribution, e.g.,
% pgpk -a KEYS % pgpv tomcat-connectors-1.2.50-src.tar.gz.asc or, % pgp -ka KEYS % pgp tomcat-connectors-1.2.50-src.tar.gz.asc or, % gpg --import KEYS % gpg --verify tomcat-connectors-1.2.50-src.tar.gz.asc
We provide SHA512 hashes as an alternative to validate the integrity
of the downloaded files. The program sha512sum
is included
in many unix distributions. They are also available as part of GNU
Coreutils. Windows users can use Cyohash.