bottleneck testcase based on rubbos
[bottlenecks.git] / rubbos / app / tomcat-connectors-1.2.32-src / tools / dist / README.html
1 <h2><a name="mirrors">Download from your
2     <a href="http://www.apache.org/dyn/closer.cgi/tomcat/tomcat-connectors/">
3 nearest mirror site!</a></a></h2>
4
5 <p>Do not download from www.apache.org.  Please use a mirror site
6    to help us save apache.org bandwidth.
7    <a href="http://www.apache.org/dyn/closer.cgi/tomcat/tomcat-connectors/jk/">
8    Go here to find your nearest mirror.</a>
9 </p>
10
11 <h2><a name="binaries">Binary Releases</a></h2>
12 <p>Are available in the <a href="binaries/">binaries/</a> directory.
13    Every binary distribution contains an install script. See README 
14    for details.
15 </p>
16
17 <h2><a name="releases">Current Releases</a></h2>
18 <p>For details on current releases, please see the 
19    <a href="http://tomcat.apache.org/download-connectors.cgi">Apache Tomcat
20    Connectors Download Page</a>.
21 </p>
22 <p>Note; the -src.zip versions of Apache Tomcat Connectors are nearly identical to the
23    .tar.gz versions. However, they offer the source files in DOS/Windows
24    CR/LF text format, and include the Winows build files.
25    These -src.zip files <strong>do NOT contain binaries!</strong>
26    See the <a href="binaries/windows/">binaries/windows/</a>
27    directory for the Windows binary distributions.
28 </p>
29
30 <h2><a name="archive">Older Releases</a></h2>
31 <p>Only current, recommended releases are available on www.apache.org
32    and the mirror sites.  Older releases can be obtained from the
33    <a href="http://archive.apache.org/dist/tomcat/tomcat-connectors/jk/">archive site</a>.
34 </p>
35
36 <h2><a name="sig">PGP Signatures</a></h2>
37 <p>All of the release distribution packages have been digitally signed
38    (using PGP or GPG) by the Apache Tomcat Group members that constructed them.
39    There will be an accompanying <SAMP><EM>distribution</EM>.asc</SAMP> file
40    in the same directory as the distribution.  The PGP keys can be found
41    at the MIT key repository and within this project's
42    <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/KEYS">KEYS file</a>.
43 </p>
44
45 <p>Always use the signature files to verify the authenticity
46    of the distribution, <i>e.g.</i>,</p>
47
48 <pre>
49 % pgpk -a KEYS
50 % pgpv tomcat-connectors-1.2.32-src.tar.gz.asc
51 <i>or</i>,
52 % pgp -ka KEYS
53 % pgp tomcat-connectors-1.2.32-src.tar.gz.asc
54 <i>or</i>,
55 % gpg --import KEYS
56 % gpg --verify tomcat-connectors-1.2.32-src.tar.gz.asc
57 </pre>
58
59 <p>We offer MD5 and SHA1 hashes as an alternative to validate the integrity
60    of the downloaded files. A unix program called <code>md5</code> or
61    <code>md5sum</code> is included in many unix distributions.  It is
62    also available as part of <a
63    href="http://www.gnu.org/software/textutils/textutils.html">GNU
64    Textutils</a>.  Windows users can get binary md5 programs from <a
65    href="http://www.fourmilab.ch/md5/">here</a>, <a
66    href="http://www.pc-tools.net/win32/freeware/console/">here</a>, or
67    <a href="http://www.slavasoft.com/fsum/">here</a>.
68 </p>