Author: jfclere
Date: Fri Feb 15 08:56:16 2008
New Revision: 628123
URL: http://svn.apache.org/viewvc?rev=628123&view=rev
Log:
Add the stuff for tomcat native.
Added:
tomcat/site/trunk/xdocs/download-native.cgi (with props)
tomcat/site/trunk/xdocs/download-native.xml
Modified:
tomcat/site/trunk/xdocs/stylesheets/project.xml
Added: tomcat/site/trunk/xdocs/download-native.cgi
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-native.cgi?rev=628123&view=auto
==============================================================================
--- tomcat/site/trunk/xdocs/download-native.cgi (added)
+++ tomcat/site/trunk/xdocs/download-native.cgi Fri Feb 15 08:56:16 2008
@@ -0,0 +1,6 @@
+#!/bin/sh
+# Wrapper script around mirrors.cgi script
+# (we must change to that directory in order for python to pick up the
+# python includes correctly)
+cd /www/www.apache.org/dyn/mirrors
+/www/www.apache.org/dyn/mirrors/mirrors.cgi $*
Propchange: tomcat/site/trunk/xdocs/download-native.cgi
------------------------------------------------------------------------------
svn:executable = *
Added: tomcat/site/trunk/xdocs/download-native.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-native.xml?rev=628123&view=auto
==============================================================================
--- tomcat/site/trunk/xdocs/download-native.xml (added)
+++ tomcat/site/trunk/xdocs/download-native.xml Fri Feb 15 08:56:16 2008
@@ -0,0 +1,131 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+ <properties><title>Tomcat Native Downloads</title></properties>
+ <body>
+ <section name="Tomcat Native Downloads">
+
+ <p>Use the links below to download Tomcat Native from one of
+ our mirrors. You <strong>must</strong> <a
href="#Verify%20the%20Integrity%20of%20the%20Files">verify the
+ integrity</a> of the downloaded files using signatures downloaded from
+ our main distribution directory.</p>
+
+ <p>Only current recommended releases are available on the main
+ distribution site and its mirrors. Older releases are available from the
+ <a href="http://archive.apache.org/dist/tomcat/tomcat-connectors/">
+ archive download site</a>.</p>
+
+ <p>Recent releases (48 hours) may not yet be available from the
mirrors.</p>
+
+ <subsection name="Choose a Mirror">
+ <p>You are currently using <b>[preferred]</b>. If you
+ encounter a problem with this mirror, please select another
+ mirror. If all mirrors are failing, there are <i>backup</i>
+ mirrors (at the end of the mirrors list) that should be
+ available.<br/>
+ [if-any logo]
+ <a href="[link]"><img align="right" src="[logo]" border="0"/></a>
+ [end]
+ </p><p><form action="[location]" method="get" id="SelectMirror">
+ Other mirrors: <select name="Preferred">
+ [if-any http]
+ [for http]<option value="[http]">[http]</option>[end]
+ [end]
+ [if-any ftp]
+ [for ftp]<option value="[ftp]">[ftp]</option>[end]
+ [end]
+ [if-any backup]
+ [for backup]<option value="[backup]">[backup] (backup)</option>[end]
+ [end]
+ </select><input type="submit" value="Change"/></form></p>
+ <p>You may also consult the <a
href="http://www.apache.org/mirrors/">complete
+ list of mirrors</a>.</p>
+ </subsection>
+
+ <subsection name="Tomcat Native Connector">
+ <p>For more information concerning Tomcat Native, see the
+ <a href="http://tomcat.apache.org/native-doc/" class="name">Tomcat
Native</a> site.</p>
+ <ul class="downloads">
+ <li class="download">
+ <div class="links"><span class="label">Source (please choose the
correct format for your platform)</span></div>
+ <ul>
+ <li class="download">
+ <a
href="[preferred]/tomcat/tomcat-connectors/native/tomcat-native-1.1.13-src.tar.gz">
+ Native 1.1.13 Source Release tar.gz
+ </a> (e.g. Unix, Linux, Mac OS)
+ <ul class="attributes">
+ <li><span class="pgp">
+ [<a
href="http://www.apache.org/dist/tomcat/tomcat-connectors/native/tomcat-native-1.1.13-src.tar.gz.asc">PGP</a>]
+ </span></li>
+ <li><span class="md5">
+ [<a
href="http://www.apache.org/dist/tomcat/tomcat-connectors/native/tomcat-native-1.1.13-src.tar.gz.md5">MD5</a>]
+ </span></li>
+ </ul>
+ </li>
+ <li class="download">
+ <a
href="[preferred]/tomcat/tomcat-connectors/native/tomcat-native-1.1.13-src.zip">
+ Native 1.1.13 Source Release zip
+ </a> (e.g. Windows)
+ <ul class="attributes">
+ <li><span class="pgp">
+ [<a
href="http://www.apache.org/dist/tomcat/tomcat-connectors/native/tomcat-native-1.1.13-src.zip.asc">PGP</a>]
+ </span></li>
+ <li><span class="md5">
+ [<a
href="http://www.apache.org/dist/tomcat/tomcat-connectors/native/tomcat-native-1.1.13-src.zip.md5">MD5</a>]
+ </span></li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ <p>Due to crypto retriction the binaries release are not yet available
on the ASF site</p>
+ <p>You may download them from <a
href="http://tomcat.heanet.ie/native/">HERE</a></p>
+
+ </subsection>
+
+ <subsection name="Verify the Integrity of the Files">
+
+ <p>It is essential that you verify the integrity of the downloaded
+ files using the PGP or MD5 signatures. The PGP signatures can be
verified using PGP or GPG.
+ First download the <a
href="http://www.apache.org/dist/tomcat/tomcat-connectors/KEYS">KEYS</a>
+ as well as the <code>PGP</code> signature file for the relevant
+ distribution. Make sure you get these files from the <a
+ href="http://www.apache.org/dist/tomcat/tomcat-connectors/">main
site</a>,
+ rather than from a mirror. The above [<code>PGP</code>] links
automatically
+ retrieve the signature files from the main site. Then verify the
signatures
+ using</p>
+
+ <p><code>
+ % pgpk -a KEYS<br />
+ % pgpv tomcat-native-1.1.13-src.tar.gz.asc<br />
+ </code>
+ <em>or</em><br />
+ <code>
+ % pgp -ka KEYS<br />
+ % pgp tomcat-native-1.1.13-src.tar.gz.asc<br />
+ </code>
+ <em>or</em><br />
+ <code>
+ % gpg --import KEYS<br />
+ % gpg --verify tomcat-native-1.1.13-src.tar.gz.asc
+ </code></p>
+
+ <p>Alternatively, you can verify the MD5 signature (hash value) on the
files.
+ Make sure you get these files from the <a
+ href="http://www.apache.org/dist/tomcat/tomcat-connectors/">main
site</a>,
+ rather than from a mirror. The above [<code>MD5</code>] links
automatically
+ retrieve the signature files from the main site.</p>
+ <p>Check the integrity of your download by comparing the downloaded MD5
+ signature files with the MD5 signature of the downloaded archives
created on
+ your system. A unix program called <code>md5</code> or
<code>md5sum</code> is
+ included in many unix distributions. It is also available as part of
+ <a href="http://www.gnu.org/software/textutils/textutils.html">GNU
+ Textutils</a>. Windows users can get binary md5 programs from <a
+ href="http://www.fourmilab.ch/md5/">here</a>, <a
+ href="http://www.pc-tools.net/win32/freeware/console/">here</a>, or
+ <a href="http://www.slavasoft.com/fsum/">here</a>.</p>
+
+ </subsection>
+
+ </section>
+ </body>
+</document>
Modified: tomcat/site/trunk/xdocs/stylesheets/project.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/stylesheets/project.xml?rev=628123&r1=628122&r2=628123&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/stylesheets/project.xml (original)
+++ tomcat/site/trunk/xdocs/stylesheets/project.xml Fri Feb 15 08:56:16 2008
@@ -16,6 +16,7 @@
<item name="Tomcat 4.1" href="/download-41.cgi"/>
<item name="Tomcat 3.3" href="/download-33.cgi"/>
<item name="Tomcat Connectors" href="/download-connectors.cgi"/>
+ <item name="Tomcat Native" href="/download-native.cgi"/>
<!-- TODO Move Tomcat archives to Tomcat sub-dir of this location -->
<item name="Archives"
href="http://archive.apache.org/dist/tomcat"/>
</menu>
@@ -26,6 +27,7 @@
<item name="Tomcat 4.1"
href="/tomcat-4.1-doc/index.html"/>
<item name="Tomcat 3.3"
href="/tomcat-3.3-doc/index.html"/>
<item name="Tomcat Connectors" href="/connectors-doc"/>
+ <item name="Tomcat Native" href="/native-doc"/>
<item name="Migration Guide" href="/migration.html"/>
</menu>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]