This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new e3b7079  Remove explicit versions from supported configurations
e3b7079 is described below

commit e3b70794e72aaa96e5ba784d9e66985ff94b3cfc
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Mar 18 16:10:02 2022 +0000

    Remove explicit versions from supported configurations
---
 xdocs/webserver_howto/apache.xml | 43 ++++++++++++++++------------------------
 xdocs/webserver_howto/iis.xml    | 26 +++++++++++++++---------
 2 files changed, 34 insertions(+), 35 deletions(-)

diff --git a/xdocs/webserver_howto/apache.xml b/xdocs/webserver_howto/apache.xml
index 62a4e74..751a0a2 100644
--- a/xdocs/webserver_howto/apache.xml
+++ b/xdocs/webserver_howto/apache.xml
@@ -29,9 +29,9 @@
 <body>
 <section name="Introduction">
 <p>
-This document explains how to connect Tomcat to the popular open source web 
server, Apache HTTP Server.
-You can use the connection module mod_jk with any version of Apache starting 
with 1.3 and any version
-of Tomcat starting with (at least) 3.2.
+This document explains how to connect Tomcat to the popular open source web
+server, Apache HTTP Server. You can use the connection module mod_jk with any
+supported version of Apache and any supported version of Tomcat.
 </p>
 
 <p>
@@ -83,37 +83,28 @@ A <a href="../common_howto/workers.html">worker</a> is 
defined to be a tomcat pr
 
 <subsection name="Supported Configuration">
 <p>
-The mod_jk module was developed and tested on:
+The mod_jk module is supported for:
+</p>
 <ul>
-<li>
-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>
-WinNT4.0-i386 SP4/SP5/SP6a (should be able to work with other service packs), 
Win2K and WinXP and Win98
-</li>
-<li>
-Cygwin (until you have an Apache server and autoconf/automake support tools)
-</li>
-<li>
-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 to Tomcat 8.
-</li>
+<li>All currently supported versions of Apache Web Server (httpd)</li>
+<li>Any operating system supported by Apache Web Server</li>
+<li>All currently supported versions of Tomcat</li>
 </ul>
-</p>
 
 <p>
-The mod_jk module uses the AJP protocol to send requests to the Tomcat 
containers.
-The AJP version typically used is <b>ajp13</b>.
+The mod_jk module may work with older, unsupported versions of Apache Web 
Server
+and/or Tomcat but such configurations are not supported.
 </p>
+
 </subsection>
 
-<subsection name="Who supports AJP protocols?">
+<subsection name="AJP protocols?">
+
 <p>
-Tomcat supports ajp13 since Tomcat 3.2.
-Others servlet engines such as <b>Jetty</b> or <b>JBoss</b> also support the 
ajp13 protocol
+The mod_jk module uses the AJP protocol to send requests to the Tomcat
+containers. The AJP version used is <b>ajp13</b>. All current versions Tomcat
+support the ajp13 protocol. Others servlet engines such as <b>Jetty</b> and
+<b>JBoss</b> also support the ajp13 protocol.
 </p>
 
 <p>
diff --git a/xdocs/webserver_howto/iis.xml b/xdocs/webserver_howto/iis.xml
index b2e7c7f..6b2f3c2 100644
--- a/xdocs/webserver_howto/iis.xml
+++ b/xdocs/webserver_howto/iis.xml
@@ -79,20 +79,28 @@ A worker is defined to be a tomcat process that accepts 
work from the IIS server
 The IIS to Tomcat redirector is supported for:
 </p>
 <ul>
-<li>IIS running on Windows 8.1 or later</li>
-<li>IIS running on Windows Server 2012 or later</li>
-<li>Tomcat 7 or later</li>
+<li>IIS running on any currently supported version of Windows</li>
+<li>All currently supported versions of Tomcat</li>
 </ul>
 <p>
-The redirector may work with IIS running on older versions of Windows but such
-configurations are not supported.
+The redirector may work with IIS running on older, unsupported versions of
+Windows and/or Tomcat but such configurations are not supported.
+</p>
+
+</subsection>
+
+<subsection name="AJP protocols?">
+
+<p>
+The redirector uses the AJP protocol to send requests to the Tomcat containers.
+The AJP version used is <b>ajp13</b>. All current versions Tomcat support the
+ajp13 protocol. Others servlet engines such as <b>Jetty</b> and <b>JBoss</b>
+also support the ajp13 protocol.
 </p>
 
 <p>
-The mod_jk module uses the AJP protocol to send requests to the Tomcat
-containers. The AJP version used is <b>ajp13</b>. All current versions Tomcat
-support the ajp13 protocol. Others servlet engines such as <b>Jetty</b> and
-<b>JBoss</b> also support the ajp13 protocol.
+The <b>ajp12</b> protocol has been <b>deprecated</b> and you should no longer 
use it.
+The <b>ajp14</b> protocol is considered experimental.
 </p>
 
 </subsection>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to