Author: mturk
Date: Mon May 14 07:51:34 2012
New Revision: 1338044

URL: http://svn.apache.org/viewvc?rev=1338044&view=rev
Log:
Update connectors-docs

Modified:
    tomcat/site/trunk/docs/connectors-doc/generic_howto/printer/timeouts.html
    tomcat/site/trunk/docs/connectors-doc/generic_howto/timeouts.html
    tomcat/site/trunk/docs/connectors-doc/index.html
    tomcat/site/trunk/docs/connectors-doc/miscellaneous/changelog.html
    tomcat/site/trunk/docs/connectors-doc/miscellaneous/printer/changelog.html
    tomcat/site/trunk/docs/connectors-doc/news/20120301.html
    tomcat/site/trunk/docs/connectors-doc/news/printer/20120301.html
    tomcat/site/trunk/docs/connectors-doc/printer/index.html
    tomcat/site/trunk/docs/connectors-doc/reference/iis.html
    tomcat/site/trunk/docs/connectors-doc/reference/printer/iis.html

Modified: 
tomcat/site/trunk/docs/connectors-doc/generic_howto/printer/timeouts.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/generic_howto/printer/timeouts.html?rev=1338044&r1=1338043&r2=1338044&view=diff
==============================================================================
--- tomcat/site/trunk/docs/connectors-doc/generic_howto/printer/timeouts.html 
(original)
+++ tomcat/site/trunk/docs/connectors-doc/generic_howto/printer/timeouts.html 
Mon May 14 07:51:34 2012
@@ -220,13 +220,10 @@ From the point of view of JK and of the 
 simply doesn't answer any traffic. Since TCP is a reliable protocol
 it detects the missing TCP ACKs and tries to resend the packets for
 a relatively long time, typically several minutes.
-</p>
-<p>
-Many firewalls will allow connection closing, even if they dropped
-the connection for normal traffic. Therefore you should always use
+Therefore you should always use
 <a href="#Connection Pools and Idle Timeouts">connection_pool_timeout and
-connection_pool_minsize</a> on the JK side
-and connectionTimeout on the Tomcat side.
+connection_pool_minsize</a> on the JK side and <b>connectionTimeout</b>
+on the Tomcat side to prevent idle connection drop.
 </p>
 <p>
 Furthermore using the boolean attribute <b>socket_keepalive</b> you can
@@ -249,7 +246,8 @@ In case none of our recommendations help
 problems with idle connection drops, you can disable the use of persistent
 connections when using JK together with Apache httpd. For this you set
 "JkOptions +DisableReuse" in your Apache httpd configuration.
-This will have a huge negative performance impact!
+The amount of performance impact this will have depends on the details of
+your network and your firewall.
 </p>
 </blockquote></td></tr></table>
 

Modified: tomcat/site/trunk/docs/connectors-doc/generic_howto/timeouts.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/generic_howto/timeouts.html?rev=1338044&r1=1338043&r2=1338044&view=diff
==============================================================================
--- tomcat/site/trunk/docs/connectors-doc/generic_howto/timeouts.html (original)
+++ tomcat/site/trunk/docs/connectors-doc/generic_howto/timeouts.html Mon May 
14 07:51:34 2012
@@ -221,13 +221,10 @@ From the point of view of JK and of the 
 simply doesn't answer any traffic. Since TCP is a reliable protocol
 it detects the missing TCP ACKs and tries to resend the packets for
 a relatively long time, typically several minutes.
-</p>
-<p>
-Many firewalls will allow connection closing, even if they dropped
-the connection for normal traffic. Therefore you should always use
+Therefore you should always use
 <a href="#Connection Pools and Idle Timeouts">connection_pool_timeout and
-connection_pool_minsize</a> on the JK side
-and connectionTimeout on the Tomcat side.
+connection_pool_minsize</a> on the JK side and <b>connectionTimeout</b>
+on the Tomcat side to prevent idle connection drop.
 </p>
 <p>
 Furthermore using the boolean attribute <b>socket_keepalive</b> you can
@@ -250,7 +247,8 @@ In case none of our recommendations help
 problems with idle connection drops, you can disable the use of persistent
 connections when using JK together with Apache httpd. For this you set
 "JkOptions +DisableReuse" in your Apache httpd configuration.
-This will have a huge negative performance impact!
+The amount of performance impact this will have depends on the details of
+your network and your firewall.
 </p>
 </blockquote></td></tr></table>
 

Modified: tomcat/site/trunk/docs/connectors-doc/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/index.html?rev=1338044&r1=1338043&r2=1338044&view=diff
==============================================================================
--- tomcat/site/trunk/docs/connectors-doc/index.html (original)
+++ tomcat/site/trunk/docs/connectors-doc/index.html Mon May 14 07:51:34 2012
@@ -12,6 +12,28 @@ manual is described in more detail below
 </blockquote></td></tr></table><table border="0" cellspacing="0" 
cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" 
face="arial,helvetica.sanserif"><a 
name="Headlines"><strong>Headlines</strong></a></font></td></tr><tr><td><blockquote>
 <br>
 <ul>
+<li><a href="news/20120301.html#14 May - JK-1.2.36 released">14 May 2012 - 
<b>JK-1.2.36 released</b></a>
+<p>The Apache Tomcat team is proud to announce the immediate availability
+    of Tomcat Connectors 1.2.36 Stable. This release contains bug fixes found 
in previous release.
+</p>
+<p>Download the <a 
href="http://www.apache.org/dist/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.36-src.tar.gz";>JK
 1.2.36 release sources</a>
+    | <a 
href="http://www.apache.org/dist/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.36-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/20120301.html#24 March - JK-1.2.35 released">24 March 2012 - 
<b>JK-1.2.35 released</b></a>
+<p>The Apache Tomcat team is proud to announce the immediate availability
+    of Tomcat Connectors 1.2.35 Stable. This release contains bug fixes found 
in previous release.
+</p>
+<p>Download the <a 
href="http://www.apache.org/dist/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.35-src.tar.gz";>JK
 1.2.35 release sources</a>
+    | <a 
href="http://www.apache.org/dist/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.35-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/20120301.html#19 March - JK-1.2.33 stability issue">19 March 
2012 - <b>JK-1.2.33 stability issue</b></a>
 <p>The Apache Tomcat team wishes to draw your attention to stability issues
     that have been identified with the recent mod_jk 1.2.33 release. If you

Modified: tomcat/site/trunk/docs/connectors-doc/miscellaneous/changelog.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/miscellaneous/changelog.html?rev=1338044&r1=1338043&r2=1338044&view=diff
==============================================================================
--- tomcat/site/trunk/docs/connectors-doc/miscellaneous/changelog.html 
(original)
+++ tomcat/site/trunk/docs/connectors-doc/miscellaneous/changelog.html Mon May 
14 07:51:34 2012
@@ -6,6 +6,30 @@
   It should contain fixes made only after November 10th 2004, when the
   new documentation project for JK was started.
   </p>
+</blockquote></td></tr></table><table border="0" cellspacing="0" 
cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" 
face="arial,helvetica.sanserif"><a name="Changes between 1.2.35 and 
1.2.36"><strong>Changes between 1.2.35 and 
1.2.36</strong></a></font></td></tr><tr><td><blockquote>
+  <br>
+  <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td 
bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a 
name="Native"><strong>Native</strong></a></font></td></tr><tr><td><blockquote>
+    <table border="0" cellpadding="2" cellspacing="2">
+      <tr><td valign="top"><img alt="fix" class="icon" 
src="../images/fix.gif"></td><td>
+        Use named shared memory objects so that we preserve runtime configured
+               data instead reseting on each child ceation. (mturk)
+      </td></tr>
+      <tr><td valign="top"><img alt="fix" class="icon" 
src="../images/fix.gif"></td><td>
+        Fix dead-lock caused by not releasing mutex on close. (mturk)
+      </td></tr>
+      <tr><td valign="top"><img alt="fix" class="icon" 
src="../images/fix.gif"></td><td>
+        Fix compilation of mod_jk for HTTPD 1.3. (rjung)
+      </td></tr>
+      <tr><td valign="top"><img alt="fix" class="icon" 
src="../images/fix.gif"></td><td>
+        <a 
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=46893";>46893</a>: HTTPD 
1.3: Apply fix to HTTPD 1.3.
+        It was fixed for HTTPD 2.x already in version 1.2.30. (rjung)
+      </td></tr>
+      <tr><td valign="top"><img alt="update" class="icon" 
src="../images/update.gif"></td><td>
+        HTTPD 1.3: Allow to set path parameter used when doing JkStripSession.
+        This was available for HTTPD 2.x already since mod_jk 1.2.27. (rjung)
+      </td></tr>
+    </table>
+  </blockquote></td></tr></table>
 </blockquote></td></tr></table><table border="0" cellspacing="0" 
cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" 
face="arial,helvetica.sanserif"><a name="Changes between 1.2.33 and 
1.2.35"><strong>Changes between 1.2.33 and 
1.2.35</strong></a></font></td></tr><tr><td><blockquote>
   <br>
   <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td 
bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a 
name="Native"><strong>Native</strong></a></font></td></tr><tr><td><blockquote>

Modified: 
tomcat/site/trunk/docs/connectors-doc/miscellaneous/printer/changelog.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/miscellaneous/printer/changelog.html?rev=1338044&r1=1338043&r2=1338044&view=diff
==============================================================================
--- tomcat/site/trunk/docs/connectors-doc/miscellaneous/printer/changelog.html 
(original)
+++ tomcat/site/trunk/docs/connectors-doc/miscellaneous/printer/changelog.html 
Mon May 14 07:51:34 2012
@@ -5,6 +5,30 @@
   It should contain fixes made only after November 10th 2004, when the
   new documentation project for JK was started.
   </p>
+</blockquote></td></tr></table><table border="0" cellspacing="0" 
cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" 
face="arial,helvetica.sanserif"><a name="Changes between 1.2.35 and 
1.2.36"><strong>Changes between 1.2.35 and 
1.2.36</strong></a></font></td></tr><tr><td><blockquote>
+  <br>
+  <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td 
bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a 
name="Native"><strong>Native</strong></a></font></td></tr><tr><td><blockquote>
+    <table border="0" cellpadding="2" cellspacing="2">
+      <tr><td valign="top"><img alt="fix" class="icon" 
src="../../images/fix.gif"></td><td>
+        Use named shared memory objects so that we preserve runtime configured
+               data instead reseting on each child ceation. (mturk)
+      </td></tr>
+      <tr><td valign="top"><img alt="fix" class="icon" 
src="../../images/fix.gif"></td><td>
+        Fix dead-lock caused by not releasing mutex on close. (mturk)
+      </td></tr>
+      <tr><td valign="top"><img alt="fix" class="icon" 
src="../../images/fix.gif"></td><td>
+        Fix compilation of mod_jk for HTTPD 1.3. (rjung)
+      </td></tr>
+      <tr><td valign="top"><img alt="fix" class="icon" 
src="../../images/fix.gif"></td><td>
+        <a 
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=46893";>46893</a>: HTTPD 
1.3: Apply fix to HTTPD 1.3.
+        It was fixed for HTTPD 2.x already in version 1.2.30. (rjung)
+      </td></tr>
+      <tr><td valign="top"><img alt="update" class="icon" 
src="../../images/update.gif"></td><td>
+        HTTPD 1.3: Allow to set path parameter used when doing JkStripSession.
+        This was available for HTTPD 2.x already since mod_jk 1.2.27. (rjung)
+      </td></tr>
+    </table>
+  </blockquote></td></tr></table>
 </blockquote></td></tr></table><table border="0" cellspacing="0" 
cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" 
face="arial,helvetica.sanserif"><a name="Changes between 1.2.33 and 
1.2.35"><strong>Changes between 1.2.33 and 
1.2.35</strong></a></font></td></tr><tr><td><blockquote>
   <br>
   <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td 
bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a 
name="Native"><strong>Native</strong></a></font></td></tr><tr><td><blockquote>

Modified: tomcat/site/trunk/docs/connectors-doc/news/20120301.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/news/20120301.html?rev=1338044&r1=1338043&r2=1338044&view=diff
==============================================================================
--- tomcat/site/trunk/docs/connectors-doc/news/20120301.html (original)
+++ tomcat/site/trunk/docs/connectors-doc/news/20120301.html Mon May 14 
07:51:34 2012
@@ -1,6 +1,34 @@
 <html><head><META http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1"><title>The Apache Tomcat Connector - News - 2012 News and 
Status</title><meta name="author" value="Apache Tomcat Connectors 
Project"><meta name="email" value="dev.AT.tomcat.DOT.apache.DOT.org"><link 
href="../style.css" type="text/css" rel="stylesheet"></head><body 
bgcolor="#ffffff" text="#000000" link="#525D76" alink="#525D76" 
vlink="#525D76"><table border="0" width="100%" cellspacing="4"><!--PAGE 
HEADER--><tr><td colspan="2"><!--TOMCAT LOGO--><a 
href="http://tomcat.apache.org/";><img src="../images/tomcat.gif" align="left" 
alt="Apache Tomcat" border="0"></a><!--APACHE LOGO--><a 
href="http://www.apache.org/";><img 
src="http://www.apache.org/images/asf-logo.gif"; align="right" alt=" :: Apache 
Software Foundation" border="0"></a></td></tr><!--HEADER SEPARATOR--><tr><td 
colspan="2"><hr noshade size="1"></td></tr><tr><!--LEFT SIDE NAVIGATION--><td 
width="20%" valign="top" nowrap="true"><p><strong>Li
 nks</strong></p><ul><li><a href="../index.html">Docs 
Home</a></li></ul><p><strong>Reference Guide</strong></p><ul><li><a 
href="../reference/workers.html">workers.properties</a></li><li><a 
href="../reference/uriworkermap.html">uriworkermap.properties</a></li><li><a 
href="../reference/status.html">Status Worker</a></li><li><a 
href="../reference/apache.html">Apache HTTP Server</a></li><li><a 
href="../reference/iis.html">IIS</a></li></ul><p><strong>Generic 
HowTo</strong></p><ul><li><a href="../generic_howto/quick.html">For the 
impatient</a></li><li><a href="../generic_howto/workers.html">All about 
workers</a></li><li><a 
href="../generic_howto/timeouts.html">Timeouts</a></li><li><a 
href="../generic_howto/loadbalancers.html">Load Balancing</a></li><li><a 
href="../generic_howto/proxy.html">Reverse 
Proxy</a></li></ul><p><strong>Webserver HowTo</strong></p><ul><li><a 
href="../webserver_howto/apache.html">Apache HTTP Server</a></li><li><a 
href="../webserver_howto/iis.html">IIS</a></li
 ><li><a 
 >href="../webserver_howto/nes.html">Netscape/SunOne/Sun</a></li></ul><p><strong>AJP
 > Protocol Reference</strong></p><ul><li><a 
 >href="../ajp/ajpv13a.html">AJPv13</a></li><li><a 
 >href="../ajp/ajpv13ext.html">AJPv13 Extension 
 >Proposal</a></li></ul><p><strong>Miscellaneous 
 >Documentation</strong></p><ul><li><a 
 >href="../miscellaneous/faq.html">Frequently asked questions</a></li><li><a 
 >href="../miscellaneous/changelog.html">Changelog</a></li><li><a 
 >href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Tomcat+Connectors&amp;long_desc_type=substring&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailtype1=substring&amp;email1=&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailcc2=1&amp;emailtype2=substring&amp;email2=&amp;bugidtype=incl
 
ude&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">Current
 Tomcat Connectors bugs</a></li><li><a 
href="../miscellaneous/doccontrib.html">Contribute documentation</a></li><li><a 
href="../miscellaneous/jkstatustasks.html">JK Status Ant Tasks</a></li><li><a 
href="../miscellaneous/reporttools.html">Reporting Tools</a></li><li><a 
href="http://tomcat.apache.org/connectors-doc-archive/jk2/index.html";>Old 
JK/JK2 documentation</a></li></ul><p><strong>News</strong></p><ul><li><a 
href="../news/20120301.html">2012</a></li><li><a 
href="../news/20110701.html">2011</a></li><li><a 
href="../news/20100101.html">2010</a></li><li><a 
href="../news/20090301.html">2009</a></li><li><a 
href="../news/20081001.html">2008</a></li><li><a 
href="../news/20070301.html">2007</a></li><li><a 
href="../news/20060101.html">2006</a></li><li><a href="../news/20050101.html">20
 05</a></li><li><a 
href="../news/20041100.html">2004</a></li></ul></td><!--RIGHT SIDE MAIN 
BODY--><td width="80%" valign="top" align="left"><table border="0" width="100%" 
cellspacing="4"><tr><td align="left" valign="top"><h1>The Apache Tomcat 
Connector - News</h1><h2>2012 News and Status</h2></td><td align="right" 
valign="top" nowrap="true"><small><a href="printer/20120301.html"><img 
src="../images/printer.gif" border="0" alt="Printer Friendly 
Version"><br>print-friendly<br>version
                     </a></small></td></tr></table><table border="0" 
cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font 
color="#ffffff" face="arial,helvetica.sanserif"><a name="2012 News &amp; 
Status"><strong>2012 News &amp; 
Status</strong></a></font></td></tr><tr><td><blockquote>
 <br>
+<table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td 
bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a 
name="14 May - JK-1.2.36 released"><strong>14 May - JK-1.2.36 
released</strong></a></font></td></tr><tr><td><blockquote>
+    <a name="20120301.4"></a>
+    <br>
+    <p>The Apache Tomcat team is proud to announce the immediate availability
+        of Tomcat Connectors 1.2.36. This is a stable release concentrating 
mainly on
+        bug fixes.
+    </p><p>
+        Please see the <a href="../miscellaneous/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="https://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%20Connectors";>Bugzilla</a>
+        Bug Report.
+    </p>
+</blockquote></td></tr></table>
+<table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td 
bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a 
name="24 March - JK-1.2.35 released"><strong>24 March - JK-1.2.35 
released</strong></a></font></td></tr><tr><td><blockquote>
+    <a name="20120301.3"></a>
+    <br>
+    <p>The Apache Tomcat team is proud to announce the immediate availability
+        of Tomcat Connectors 1.2.35. This is a stable release concentrating 
mainly on
+        bug fixes.
+    </p><p>
+        Please see the <a href="../miscellaneous/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="https://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%20Connectors";>Bugzilla</a>
+        Bug Report.
+    </p>
+</blockquote></td></tr></table>
 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td 
bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a 
name="19 March - JK-1.2.33 stability issue"><strong>19 March - JK-1.2.33 
stability issue</strong></a></font></td></tr><tr><td><blockquote>
     <a name="20120301.2"></a>
     <br>

Modified: tomcat/site/trunk/docs/connectors-doc/news/printer/20120301.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/news/printer/20120301.html?rev=1338044&r1=1338043&r2=1338044&view=diff
==============================================================================
--- tomcat/site/trunk/docs/connectors-doc/news/printer/20120301.html (original)
+++ tomcat/site/trunk/docs/connectors-doc/news/printer/20120301.html Mon May 14 
07:51:34 2012
@@ -1,5 +1,33 @@
 <html><head><META http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1"><title>The Apache Tomcat Connector - News - 2012 News and 
Status</title><meta name="author" value="Apache Tomcat Connectors 
Project"><meta name="email" value="dev.AT.tomcat.DOT.apache.DOT.org"><link 
href="../../style.css" type="text/css" rel="stylesheet"></head><body 
bgcolor="#ffffff" text="#000000" link="#525D76" alink="#525D76" 
vlink="#525D76"><table border="0" width="100%" cellspacing="4"><!--PAGE 
HEADER--><tr><td colspan="2"><!--TOMCAT LOGO--><a 
href="http://tomcat.apache.org/";><img src="../../images/tomcat.gif" 
align="left" alt="Apache Tomcat" border="0"></a><!--APACHE LOGO--><a 
href="http://www.apache.org/";><img 
src="http://www.apache.org/images/asf-logo.gif"; align="right" alt=" :: Apache 
Software Foundation" border="0"></a></td></tr><!--HEADER SEPARATOR--><tr><td 
colspan="2"><hr noshade size="1"></td></tr><tr><!--RIGHT SIDE MAIN BODY--><td 
width="80%" valign="top" align="left"><table b
 order="0" width="100%" cellspacing="4"><tr><td align="left" 
valign="top"><h1>The Apache Tomcat Connector - News</h1><h2>2012 News and 
Status</h2></td><td align="right" valign="top" nowrap="true"><img 
src="../../images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0" alt=" "></td></tr></table><table border="0" cellspacing="0" 
cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" 
face="arial,helvetica.sanserif"><a name="2012 News &amp; Status"><strong>2012 
News &amp; Status</strong></a></font></td></tr><tr><td><blockquote>
 <br>
+<table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td 
bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a 
name="14 May - JK-1.2.36 released"><strong>14 May - JK-1.2.36 
released</strong></a></font></td></tr><tr><td><blockquote>
+    <a name="20120301.4"></a>
+    <br>
+    <p>The Apache Tomcat team is proud to announce the immediate availability
+        of Tomcat Connectors 1.2.36. This is a stable release concentrating 
mainly on
+        bug fixes.
+    </p><p>
+        Please see the <a 
href="../../miscellaneous/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="https://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%20Connectors";>Bugzilla</a>
+        Bug Report.
+    </p>
+</blockquote></td></tr></table>
+<table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td 
bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a 
name="24 March - JK-1.2.35 released"><strong>24 March - JK-1.2.35 
released</strong></a></font></td></tr><tr><td><blockquote>
+    <a name="20120301.3"></a>
+    <br>
+    <p>The Apache Tomcat team is proud to announce the immediate availability
+        of Tomcat Connectors 1.2.35. This is a stable release concentrating 
mainly on
+        bug fixes.
+    </p><p>
+        Please see the <a 
href="../../miscellaneous/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="https://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%20Connectors";>Bugzilla</a>
+        Bug Report.
+    </p>
+</blockquote></td></tr></table>
 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td 
bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a 
name="19 March - JK-1.2.33 stability issue"><strong>19 March - JK-1.2.33 
stability issue</strong></a></font></td></tr><tr><td><blockquote>
     <a name="20120301.2"></a>
     <br>

Modified: tomcat/site/trunk/docs/connectors-doc/printer/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/printer/index.html?rev=1338044&r1=1338043&r2=1338044&view=diff
==============================================================================
--- tomcat/site/trunk/docs/connectors-doc/printer/index.html (original)
+++ tomcat/site/trunk/docs/connectors-doc/printer/index.html Mon May 14 
07:51:34 2012
@@ -11,6 +11,28 @@ manual is described in more detail below
 </blockquote></td></tr></table><table border="0" cellspacing="0" 
cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" 
face="arial,helvetica.sanserif"><a 
name="Headlines"><strong>Headlines</strong></a></font></td></tr><tr><td><blockquote>
 <br>
 <ul>
+<li><a href="../news/20120301.html#14 May - JK-1.2.36 released">14 May 2012 - 
<b>JK-1.2.36 released</b></a>
+<p>The Apache Tomcat team is proud to announce the immediate availability
+    of Tomcat Connectors 1.2.36 Stable. This release contains bug fixes found 
in previous release.
+</p>
+<p>Download the <a 
href="http://www.apache.org/dist/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.36-src.tar.gz";>JK
 1.2.36 release sources</a>
+    | <a 
href="http://www.apache.org/dist/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.36-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/20120301.html#24 March - JK-1.2.35 released">24 March 
2012 - <b>JK-1.2.35 released</b></a>
+<p>The Apache Tomcat team is proud to announce the immediate availability
+    of Tomcat Connectors 1.2.35 Stable. This release contains bug fixes found 
in previous release.
+</p>
+<p>Download the <a 
href="http://www.apache.org/dist/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.35-src.tar.gz";>JK
 1.2.35 release sources</a>
+    | <a 
href="http://www.apache.org/dist/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.35-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/20120301.html#19 March - JK-1.2.33 stability issue">19 
March 2012 - <b>JK-1.2.33 stability issue</b></a>
 <p>The Apache Tomcat team wishes to draw your attention to stability issues
     that have been identified with the recent mod_jk 1.2.33 release. If you

Modified: tomcat/site/trunk/docs/connectors-doc/reference/iis.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/reference/iis.html?rev=1338044&r1=1338043&r2=1338044&view=diff
==============================================================================
--- tomcat/site/trunk/docs/connectors-doc/reference/iis.html (original)
+++ tomcat/site/trunk/docs/connectors-doc/reference/iis.html Mon May 14 
07:51:34 2012
@@ -195,11 +195,10 @@ A true value can be represented by the s
 with the letters "T" or "t". A false value will be assumed for "0"
 or any string starting with "F" or "f". The default value is false.
 </p>
-<p><font color="#ff0000">This option is considered experimental and its support
-must be compile time enabled. Use <b class="code">isapi_redirect.dll</b>
-with chunked support enabled.
-</font></p>
-<p>This directive has been added in version 1.2.27</p>
+<p>This directive has been added in version 1.2.27. Until version 1.2.30 it
+was considered experimental and only available when a special build containing
+chunking support was used. Starting with 1.2.30 it is no longer considered
+experimental.</p>
 </td></tr></table>
 </blockquote></td></tr></table><table border="0" cellspacing="0" 
cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" 
face="arial,helvetica.sanserif"><a name="Using a properties file for 
configuration"><strong>Using a properties file for 
configuration</strong></a></font></td></tr><tr><td><blockquote>
 <p>

Modified: tomcat/site/trunk/docs/connectors-doc/reference/printer/iis.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/reference/printer/iis.html?rev=1338044&r1=1338043&r2=1338044&view=diff
==============================================================================
--- tomcat/site/trunk/docs/connectors-doc/reference/printer/iis.html (original)
+++ tomcat/site/trunk/docs/connectors-doc/reference/printer/iis.html Mon May 14 
07:51:34 2012
@@ -194,11 +194,10 @@ A true value can be represented by the s
 with the letters "T" or "t". A false value will be assumed for "0"
 or any string starting with "F" or "f". The default value is false.
 </p>
-<p><font color="#ff0000">This option is considered experimental and its support
-must be compile time enabled. Use <b class="code">isapi_redirect.dll</b>
-with chunked support enabled.
-</font></p>
-<p>This directive has been added in version 1.2.27</p>
+<p>This directive has been added in version 1.2.27. Until version 1.2.30 it
+was considered experimental and only available when a special build containing
+chunking support was used. Starting with 1.2.30 it is no longer considered
+experimental.</p>
 </td></tr></table>
 </blockquote></td></tr></table><table border="0" cellspacing="0" 
cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" 
face="arial,helvetica.sanserif"><a name="Using a properties file for 
configuration"><strong>Using a properties file for 
configuration</strong></a></font></td></tr><tr><td><blockquote>
 <p>



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

Reply via email to