Author: rjung Date: Thu Jun 29 14:41:18 2006 New Revision: 418142 URL: http://svn.apache.org/viewvc?rev=418142&view=rev Log: Fix typos, preparing for 1.2.16.
Added: tomcat/connectors/trunk/jk/xdocs/news/20060101.xml (with props) Removed: tomcat/connectors/trunk/jk/xdocs/news/20060505.xml Modified: tomcat/connectors/trunk/jk/xdocs/config/workers.xml tomcat/connectors/trunk/jk/xdocs/index.xml Modified: tomcat/connectors/trunk/jk/xdocs/config/workers.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/config/workers.xml?rev=418142&r1=418141&r2=418142&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/config/workers.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/config/workers.xml Thu Jun 29 14:41:18 2006 @@ -141,7 +141,7 @@ </directive> <directive name="recycle_timeout" default="0" required="false"> -<warn>This directive has been deprecated since 1.2.16. See <b>Connection Poll</b> directives instead</warn> +<warn>This directive has been deprecated since 1.2.16. See <b>Connection Pool</b> directives instead</warn> </directive> <directive name="retries" default="3" required="false"> @@ -394,7 +394,7 @@ </directive> <directive name="distance" default="0" required="false"> -Express Preferences between the balanced workers of an lb worker. +Express preferences between the balanced workers of an lb worker. A load balancer will never choose some balanced worker in case there is another usable worker with lower distance. <p> Modified: tomcat/connectors/trunk/jk/xdocs/index.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/index.xml?rev=418142&r1=418141&r2=418142&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/index.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/index.xml Thu Jun 29 14:41:18 2006 @@ -28,6 +28,17 @@ <section name="Headlines"> <br /> <ul> +<li><a href="news/20060101.html#20060629.1"><b>JK-1.2.16 released</b></a> +<p>The Apache Tomcat team is proud to announce the immediate availability +of Jakarta Tomcat Connectors 1.2.16 Stable. +</p> +<p>Download the <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/jk/source/jk-1.2.16/tomcat-connectors-1.2.16-src.tar.gz">JK 1.2.16 release sources</a> + | <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/jk/source/jk-1.2.16/tomcat-connectors-1.2.16-src.tar.gz.asc">PGP signature</a> +</p> +<p>Download the <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/">binaries</a> for selected platforms. +</p> +</li> + <li><a href="news/20050101.html#20051108.1">8 November 2005 - <b>JK-1.2.15 released</b></a> <p>The Apache Tomcat team is proud to announce the immediate availability of Jakarta Tomcat Connectors 1.2.15 Stable. Added: tomcat/connectors/trunk/jk/xdocs/news/20060101.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/news/20060101.xml?rev=418142&view=auto ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/news/20060101.xml (added) +++ tomcat/connectors/trunk/jk/xdocs/news/20060101.xml Thu Jun 29 14:41:18 2006 @@ -0,0 +1,37 @@ +<?xml version="1.0"?> +<!DOCTYPE document [ + <!ENTITY project SYSTEM "project.xml"> +]> +<document url="20060101.html"> + + &project; + + <properties> + <author email="general.AT.tomcat.DOT.apache.DOT.org">Apache Tomcat Connectors Project</author> + <title>2006 News and Status</title> + </properties> + +<body> + +<section name="2006 News & Status"> +<br /> +<a name="20060606.1"> +<h3>JK-1.2.16 released</h3> +<p>The Apache Tomcat team is proud to announce the immediate availability +of Tomcat Connectors 1.2.16. This is a stable release adding some features +and a few bug fixes to the 1.2.15 version. Furthermore some worker attributes +have been <a href="../config/workers.html">deprecated</a>. +</p> +<p> + Please see the <a href="../changelog.html">ChangeLog</a> for a full list of changes. +</p> +<p>If you find any bugs while using this release, please fill in the +<a href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%205">Bugzilla</a> +Bug Report. When entering bug select <b>Native:JK</b> Component. +</p> +</a> +<hr size="1" noshade="noshade" /> + +</section> +</body> +</document> Propchange: tomcat/connectors/trunk/jk/xdocs/news/20060101.xml ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]