Author: rjung
Date: Thu Jul 25 15:50:05 2013
New Revision: 1507026

URL: http://svn.apache.org/r1507026
Log:
Minor documentation improvements.

Modified:
    tomcat/jk/trunk/xdocs/generic_howto/workers.xml
    tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml
    tomcat/jk/trunk/xdocs/miscellaneous/faq.xml
    tomcat/jk/trunk/xdocs/webserver_howto/apache.xml
    tomcat/jk/trunk/xdocs/webserver_howto/iis.xml
    tomcat/jk/trunk/xdocs/webserver_howto/nes.xml

Modified: tomcat/jk/trunk/xdocs/generic_howto/workers.xml
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/generic_howto/workers.xml?rev=1507026&r1=1507025&r2=1507026&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/generic_howto/workers.xml (original)
+++ tomcat/jk/trunk/xdocs/generic_howto/workers.xml Thu Jul 25 15:50:05 2013
@@ -145,7 +145,7 @@ Each worker has a set of properties that
 <subsection name="ajp12 Worker properties">
 <p><warn>
 The <b>ajp12</b> has been <b>deprecated</b> with Tomcat 3.3.x and you should 
use instead 
-<b>ajp13</b> which is the only ajp protocol known by Tomcat 4.x and 5 and 5.5 
and Tomcat 6.
+<b>ajp13</b> which is the only ajp protocol known by all Tomcat 4 and above.
 </warn></p> 
 <p>
 The ajp12 typed workers forward requests to out-of-process Tomcat workers 
@@ -205,7 +205,7 @@ SSL related methods such as isSecure().
 </p>
 
 <p>
-You should note that Ajp13 is now the only out-process protocol supported by 
Tomcat 4.0.x, 4.1.x, 5.0.x, 5.5.x and 6.
+You should note that Ajp13 is now the only out-process protocol supported by 
Tomcat 4 and above.
 </p>
 
 

Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml?rev=1507026&r1=1507025&r2=1507026&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Thu Jul 25 15:50:05 2013
@@ -61,6 +61,9 @@
         Tomcat's adding of the routing ID to the end of the JSESSIONID
         cookie. (rjung)
       </update>
+      <update>
+        Minor documentation improvements. (rjung)
+      </update>
     </changelog>
   </subsection>
 </section>

Modified: tomcat/jk/trunk/xdocs/miscellaneous/faq.xml
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/miscellaneous/faq.xml?rev=1507026&r1=1507025&r2=1507026&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/miscellaneous/faq.xml (original)
+++ tomcat/jk/trunk/xdocs/miscellaneous/faq.xml Thu Jul 25 15:50:05 2013
@@ -122,8 +122,7 @@ You could also try searching the mailing
 You almost certainly want to use it now that <strong>ajp12 is 
deprecated</strong>.
 </p>
 <p> 
-Also ajp13 is supported by all Apache Tomcat including 3.2.x , 3.3.x, 4.0.x, 
4.1.x, 5.0.x, 5.5.x
-and the new tomcat 6. 
+Also ajp13 is supported by all Apache Tomcat versions starting with Tomcat 3.2.
 </p>
 
 <p>

Modified: tomcat/jk/trunk/xdocs/webserver_howto/apache.xml
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/webserver_howto/apache.xml?rev=1507026&r1=1507025&r2=1507026&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/webserver_howto/apache.xml (original)
+++ tomcat/jk/trunk/xdocs/webserver_howto/apache.xml Thu Jul 25 15:50:05 2013
@@ -87,7 +87,7 @@ A <a href="../generic_howto/workers.html
 The mod_jk module was developed and tested on:
 <ul>
 <li>
-Linux, FreeBSD, AIX, HP-UX, MacOS X, Solaris and should works on major Unixes 
platforms
+Linux, FreeBSD, AIX, HP-UX, MacOS X, Solaris and should work on major Unixes 
platforms
 supporting Apache 1.3 and/or 2.x
 </li>
 <li>
@@ -103,7 +103,7 @@ Netware
 i5/OS V5R4 (System I) with Apache HTTP Server 2.0.58. Be sure to have the 
latest Apache PTF installed.
 </li>
 <li>
-Tomcat 3.2.x, Tomcat 3.3.x, Tomcat 4.0.x, Tomcat 4.1.x, Tomcat 5.0.x, Tomcat 
5.5.x and Tomcat 6.
+Tomcat 3.2 to Tomcat 7.
 </li>
 </ul>
 </p>
@@ -121,7 +121,7 @@ The ajp12 protocol is only available in 
 
 <p>
 The <b>ajp12</b> has been <b>deprecated</b> with Tomcat 3.3.x and you should 
use instead
-<b>ajp13</b> which is the only ajp protocol known by Tomcat 4.x, 5 and 5.5 and 
Tomcat 6.
+<b>ajp13</b> which is the only ajp protocol known by Tomcat 4 and above.
 </p>
 
 <p>
@@ -180,7 +180,8 @@ Depending on the platform you are runnin
 
 <p>
 It is recommended to use the binary version if one is available.
-If the binary is not available, follow the instructions for building mod_jk 
from source.
+If the binary is not available, follow the instructions
+given in the below &quot;Building mod_jk&quot; sections for building mod_jk 
from source.
 The mod_jk source can be downloaded from a mirror
 <a href="http://tomcat.apache.org/download-connectors.cgi";>
 here</a>

Modified: tomcat/jk/trunk/xdocs/webserver_howto/iis.xml
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/webserver_howto/iis.xml?rev=1507026&r1=1507025&r2=1507026&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/webserver_howto/iis.xml (original)
+++ tomcat/jk/trunk/xdocs/webserver_howto/iis.xml Thu Jul 25 15:50:05 2013
@@ -130,7 +130,7 @@ The ajp12 protocol is only available in 
 
 <p>
 The <b>ajp12</b> has been <b>deprecated</b> with Tomcat 3.3.x and you should 
use instead 
-<b>ajp13</b> which is the only ajp protocol known by Tomcat 4.x, 5 and 5.5 and 
Tomcat 6.
+<b>ajp13</b> which is the only ajp protocol known by Tomcat 4 and above.
 </p>
 
 <p>

Modified: tomcat/jk/trunk/xdocs/webserver_howto/nes.xml
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/webserver_howto/nes.xml?rev=1507026&r1=1507025&r2=1507026&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/webserver_howto/nes.xml (original)
+++ tomcat/jk/trunk/xdocs/webserver_howto/nes.xml Thu Jul 25 15:50:05 2013
@@ -83,7 +83,7 @@ WINNT 2000/XP/2003 (should be able to wo
 Sun ONE Web Server 6.1
 </li>
 <li>
-Tomcat 4.1.x , Tomcat 5.0.x and Tomcat 5.5.x
+Tomcat 4.1 to Tomcat 7.
 </li>
 </ul>
 </p>
@@ -102,7 +102,7 @@ The ajp12 protocol is only available in 
 
 <p>
 The <b>ajp12</b> has been <b>deprecated</b> with Tomcat 3.3.x and you should 
use instead 
-<b>ajp13</b> which is the only ajp protocol known by Tomcat 4.0.x, 4.1.x, 
5.0.x, 5.5.x and 6.
+<b>ajp13</b> which is the only ajp protocol known by Tomcat 4 and above.
 </p>
 
 <p>



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

Reply via email to