You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2011/07/01 08:58:36 UTC

svn commit: r1141841 - in /tomcat/jk/trunk/tools/dist: ./ binaries/ binaries/windows/ binaries/windows/symbols/

Author: mturk
Date: Fri Jul  1 06:58:35 2011
New Revision: 1141841

URL: http://svn.apache.org/viewvc?rev=1141841&view=rev
Log:
Add distribution directory layout and header/readme files. Up till now this was mostly copy/paste from the previous release and modifying the versions and files. Also simplify the dist layout to be similar to the Apache HTTP server. No separate sources dir and keep the current release in the dist. Archive will contain jk/version instead jk/sources/version

Added:
    tomcat/jk/trunk/tools/dist/
    tomcat/jk/trunk/tools/dist/HEADER.html   (with props)
    tomcat/jk/trunk/tools/dist/README.html   (with props)
    tomcat/jk/trunk/tools/dist/binaries/
    tomcat/jk/trunk/tools/dist/binaries/windows/
    tomcat/jk/trunk/tools/dist/binaries/windows/HEADER.html   (with props)
    tomcat/jk/trunk/tools/dist/binaries/windows/README.html   (with props)
    tomcat/jk/trunk/tools/dist/binaries/windows/symbols/
    tomcat/jk/trunk/tools/dist/binaries/windows/symbols/HEADER.html   (with props)
    tomcat/jk/trunk/tools/dist/binaries/windows/symbols/README.html   (with props)

Added: tomcat/jk/trunk/tools/dist/HEADER.html
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/tools/dist/HEADER.html?rev=1141841&view=auto
==============================================================================
--- tomcat/jk/trunk/tools/dist/HEADER.html (added)
+++ tomcat/jk/trunk/tools/dist/HEADER.html Fri Jul  1 06:58:35 2011
@@ -0,0 +1,20 @@
+<h1>Index of /dist/tomcat/tomcat-connectors/jk</h1>
+
+<h2>Apache Tomcat Connectors <u>Source Code</u> Distributions</h2>
+
+<p>This download page includes <strong>only the sources</strong> to compile 
+   and build Apache Tomcat Connectors yourself with the proper tools.  Download 
+   the precompiled distribution for your platform from 
+   <a href="binaries/">binaries/</a>.
+</p>
+
+<h2>Important Notices</h2>
+
+<ul>
+<li><a href="#mirrors">Download from your nearest mirror site!</a></li>
+<li><a href="#binaries">Binary Releases</a></li>
+<li><a href="#releases">Current Releases</a></li>
+<li><a href="#archive">Older Releases</a></li>
+<li><a href="#sig">PGP Signatures</a></li>
+</ul>
+

Propchange: tomcat/jk/trunk/tools/dist/HEADER.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/jk/trunk/tools/dist/README.html
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/tools/dist/README.html?rev=1141841&view=auto
==============================================================================
--- tomcat/jk/trunk/tools/dist/README.html (added)
+++ tomcat/jk/trunk/tools/dist/README.html Fri Jul  1 06:58:35 2011
@@ -0,0 +1,68 @@
+<h2><a name="mirrors">Download from your
+    <a href="http://www.apache.org/dyn/closer.cgi/tomcat/tomcat-connectors">
+nearest mirror site!</a></a></h2>
+
+<p>Do not download from www.apache.org.  Please use a mirror site
+   to help us save apache.org bandwidth.
+   <a href="http://www.apache.org/dyn/closer.cgi/httpd/">
+   Go here to find your nearest mirror.</a>
+</p>
+
+<h2><a name="binaries">Binary Releases</a></h2>
+<p>Are available in the <a href="binaries/">binaries/</a> directory.
+   Every binary distribution contains an install script. See README 
+   for details.
+</p>
+
+<h2><a name="releases">Current Releases</a></h2>
+<p>For details on current releases, please see the 
+   <a href="http://tomcat.apache.org/download-connectors.cgi">Apache Tomcat
+   Connectors Download Page</a>.
+</p>
+<p>Note; the -src.zip versions of Apache 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 <strong>do NOT contain binaries!</strong>
+   See the <a href="binaries/windows/">binaries/windows/</a>
+   directory for the Windows binary distributions.
+</p>
+
+<h2><a name="archive">Older Releases</a></h2>
+<p>Only current, recommended releases are available on www.apache.org
+   and the mirror sites.  Older releases can be obtained from the
+   <a href="http://archive.apache.org/dist/tomcat/tomcat-connectors/jk">archive site</a>.
+</p>
+
+<h2><a name="sig">PGP Signatures</a></h2>
+<p>All of the release distribution packages have been digitally signed
+   (using PGP or GPG) by the Apache Group members that constructed them.
+   There will be an accompanying <SAMP><EM>distribution</EM>.asc</SAMP> file
+   in the same directory as the distribution.  The PGP keys can be found
+   at the MIT key repository and within this project's
+   <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/KEYS">KEYS file</a>.
+</p>
+
+<p>Always use the signature files to verify the authenticity
+   of the distribution, <i>e.g.</i>,</p>
+
+<pre>
+% pgpk -a KEYS
+% pgpv tomcat-connectors-1.2.32-src.tar.gz.asc
+<i>or</i>,
+% pgp -ka KEYS
+% pgp tomcat-connectors-1.2.32-src.tar.gz.asc
+<i>or</i>,
+% gpg --import KEYS
+% gpg --verify tomcat-connectors-1.2.32-src.tar.gz.asc
+</pre>
+
+<p>We offer MD5 and SHA1 hashes as an alternative to validate the integrity
+   of the downloaded files. 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>

Propchange: tomcat/jk/trunk/tools/dist/README.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/jk/trunk/tools/dist/binaries/windows/HEADER.html
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/tools/dist/binaries/windows/HEADER.html?rev=1141841&view=auto
==============================================================================
--- tomcat/jk/trunk/tools/dist/binaries/windows/HEADER.html (added)
+++ tomcat/jk/trunk/tools/dist/binaries/windows/HEADER.html Fri Jul  1 06:58:35 2011
@@ -0,0 +1,12 @@
+<h1>Index of /dist/tomcat/tomcat-connectors/jk/binaries/windows</h1>
+
+<h2>Important Notices</h2>
+<ul>
+<li><a href="#warnings">Windows Users, Read These First...</a></li>
+<li><a href="#released">Obtain the Current Stable Release</a><br/></li>
+<li><a href="#source">Debugging and Source Code</a></li>
+</ul>
+
+<h2>Download from your
+<a href="http://www.apache.org/dyn/closer.cgi/tomcat/tomcat-connectors/jk/binaries/windows">
+nearest mirror site!</a></h2>

Propchange: tomcat/jk/trunk/tools/dist/binaries/windows/HEADER.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/jk/trunk/tools/dist/binaries/windows/README.html
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/tools/dist/binaries/windows/README.html?rev=1141841&view=auto
==============================================================================
--- tomcat/jk/trunk/tools/dist/binaries/windows/README.html (added)
+++ tomcat/jk/trunk/tools/dist/binaries/windows/README.html Fri Jul  1 06:58:35 2011
@@ -0,0 +1,63 @@
+<h2><a name="mirrors">Download from your
+    <a href="http://www.apache.org/dyn/closer.cgi/tomcat/tomcat-connectors/jk/binaries/windows">nearest mirror site!</a></a></h2>
+
+<p><strong>Please</strong> do not download from www.apache.org.  Use a mirror 
+   site to help us save apache.org bandwidth and to speed up your download.
+   <a href="http://www.apache.org/dyn/closer.cgi/tomcat/tomcat-connectors/jk/binaries/windows">
+   Click here</a> to find your nearest mirror.</p>
+
+<h2><a name="warnings">Windows Users, Read These First...</a></h2>
+
+<h3><strong>Warning:</strong> TCP/IP networking must be installed</h3>
+
+<p>TCP/IP must be correctly installed, configured and running in 
+   order to install and use Apache on Windows.  If you use dial-up networking 
+   exclusively, you may need to be connected to the internet for Apache to 
+   correctly determine that TCP/IP is installed.</p>
+
+<h3>If you are installing Apache on Windows XP prior to Service Pack 3</h3>
+
+<p>Install the Windows XP Service Pack 3. Refer to
+   <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;317949">
+   KB article 317949</a> if you need the gory details exactly why you must
+   not run the original Windows XP or SP1.
+</p>
+
+<h3><strong>Warning</strong> about the Quality of Service driver</h3>
+
+<p>We suggest disabling the "Quality of Service" (or QoS) network driver from 
+   Microsoft if you primarily use the machine as an Apache Server, as Apache
+   does not support the QoS extensions to the WinSock API.</p>
+
+<h3><strong>Warning</strong> about Firewall and similar software</h3>
+
+<p>Most Firewall programs, Web Spam filters and other TCP/IP driver-based
+   products (including spyware!) do not correctly implement the entire WinSock
+   API.  The shortcuts taken by the developers of such products cause Apache 
+   to fail.  If you insist on leaving such programs installed, and have
+   problems with your Apache installation, consider the suggestion below.
+</p>
+
+<h2><a name="released">The current stable release is 1.2.32</a></h2>
+
+<p>See the Apache Tomcat Connectors
+<a href="http://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html">changelog</a>
+for the complete list of features and bug fixes for this release.</p>
+
+<h2><a name="source">Debugging and Source Code</a></h2>
+
+<p>You can find a corresponding -windows-i686-symbols.zip archive of the
+   debugging databases in the <a href="symbols/#symbols">symbols/</a>
+   directory, these are typically not needed.  This -windows-i686-symbols.zip
+   archive can be unpacked into the web server installation directory, providing
+   all of the .pdb diagnostic files allowing most Windows debugging tools
+   (and the Dr. Watson utility) to produce useful crash analysis.</p>
+
+<p>You will find the source code package in the 
+   <a href="../../../">/dist/tomcat-connectors/jk/</a> source tree.  The -src.zip file
+   contains <strong>only</strong> source and build files, and contains 
+   <strong>no</strong> binary executable files.</p>
+
+<p>This binary release was created with Microsoft Windows DDK 7.1,
+   using a more recent Platform SDK.
+</p>

Propchange: tomcat/jk/trunk/tools/dist/binaries/windows/README.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/jk/trunk/tools/dist/binaries/windows/symbols/HEADER.html
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/tools/dist/binaries/windows/symbols/HEADER.html?rev=1141841&view=auto
==============================================================================
--- tomcat/jk/trunk/tools/dist/binaries/windows/symbols/HEADER.html (added)
+++ tomcat/jk/trunk/tools/dist/binaries/windows/symbols/HEADER.html Fri Jul  1 06:58:35 2011
@@ -0,0 +1,11 @@
+<h1>Index of /dist/tomcat/tomcat-connectors/jk/binaries/winows/symbols/</h1>
+
+<h2>Important Notices</h2>
+<ul>
+<li><a href="../#warnings">Windows Users, Read These First...</a></li>
+<li><a href="#symbols">Binary Diagnostic Symbol Downloads</a></li>
+</ul>
+
+<h2>Download from your
+<a href="http://www.apache.org/dyn/closer.cgi/tomcat/tomcat-connectors/jk/binaries/winows/symbols">
+nearest mirror site!</a></h2>

Propchange: tomcat/jk/trunk/tools/dist/binaries/windows/symbols/HEADER.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/jk/trunk/tools/dist/binaries/windows/symbols/README.html
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/tools/dist/binaries/windows/symbols/README.html?rev=1141841&view=auto
==============================================================================
--- tomcat/jk/trunk/tools/dist/binaries/windows/symbols/README.html (added)
+++ tomcat/jk/trunk/tools/dist/binaries/windows/symbols/README.html Fri Jul  1 06:58:35 2011
@@ -0,0 +1,25 @@
+<h2><a name="mirrors">Download from your
+<a href="http://www.apache.org/dyn/closer.cgi/tomcat/tomcat-connectors/jk/binaries/winows/symbols">
+nearest mirror site!</a></a></h2>
+
+<h2><a name="symbols">Binary Diagnostic Symbol Downloads</a></h2>
+
+<p>We now distribute a -windows-i686-symbols.zip file containing the precise
+   debugging symbols corresponding to each released binary distribution.  
+   For the typical user, there is no need to download these archives.
+</p>
+
+<p>These -symbols.zip packages contain the .pdb diagnostic symbol files (which
+   correpsond to the distributed binary release) and can be used by nearly all
+   modern Win32 debugging tools, including the freely available WinDbg utility. 
+   They are most useful for the core developers to review crash dumps generated 
+   by Dr. Watson if Apache experiences a General Protection Fault.  They also 
+   provide additional backtrace details in Dr. Watson crash log files, if they
+   are installed into the Apache directory which is experiencing General
+   Protection Fault or other crash issues.
+</p>
+
+<p>If you don't understand a word of this, and a developer did not personally
+   ask you to install them to help troubleshoot a problem, please trust that
+   you do not need these files to install or run Apache Tomcat Connectors.
+</p>

Propchange: tomcat/jk/trunk/tools/dist/binaries/windows/symbols/README.html
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org