You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/07/28 14:42:09 UTC

[tomcat] branch main updated: Documentation updates for Java 8 -> 11

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.git


The following commit(s) were added to refs/heads/main by this push:
     new 9adb898  Documentation updates for Java 8 -> 11
9adb898 is described below

commit 9adb89886cb8db3d9969173f9c3dae687b32694e
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jul 28 15:31:51 2021 +0100

    Documentation updates for Java 8 -> 11
---
 webapps/docs/config/http.xml        | 6 ------
 webapps/docs/logging.xml            | 4 ++--
 webapps/docs/monitoring.xml         | 6 +++---
 webapps/docs/windows-auth-howto.xml | 2 +-
 4 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index 77c18e1..6d178b2 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -1124,12 +1124,6 @@
   <UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol" />
 </Connector>]]></source>
 
-  <p>Because Java 8's TLS implementation does not support ALPN (which is
-     required for HTTP/2 over TLS), you must be using an OpenSSL based TLS
-     implementation to enable HTTP/2 support. See the
-     <code>sslImplementationName</code> attribute of the
-     <strong>Connector</strong>.</p>
-
   <p>Additional configuration attributes are available. See the
   <a href="http2.html">HTTP/2 Upgrade Protocol</a> documentation for details.</p>
 
diff --git a/webapps/docs/logging.xml b/webapps/docs/logging.xml
index c8423cb..8659b14 100644
--- a/webapps/docs/logging.xml
+++ b/webapps/docs/logging.xml
@@ -398,8 +398,8 @@ java.util.logging.ConsoleHandler.formatter = java.util.logging.OneLineFormatter]
           <a href="api/org/apache/juli/package-summary.html"><code>org.apache.juli</code></a>
           package.
         </li>
-        <li>Oracle Java 8 Javadoc for the
-          <a href="https://docs.oracle.com/javase/8/docs/api/java/util/logging/package-summary.html"><code>java.util.logging</code></a>
+        <li>Oracle Java 11 Javadoc for the
+          <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.logging/java/util/logging/package-summary.html"><code>java.util.logging</code></a>
           package.
         </li>
       </ul>
diff --git a/webapps/docs/monitoring.xml b/webapps/docs/monitoring.xml
index b8698b2..a9ab3a9 100644
--- a/webapps/docs/monitoring.xml
+++ b/webapps/docs/monitoring.xml
@@ -47,11 +47,11 @@
     to monitor it locally, using the same user that Tomcat runs with.</p>
 
     <p>The Oracle website includes the list of options and how to configure
-    JMX Remote on Java 8:
-        <a href="https://docs.oracle.com/javase/8/docs/technotes/guides/management/agent.html">
+    JMX Remote on Java 11:
+        <a href="https://docs.oracle.com/en/java/javase/11/management/monitoring-and-management-using-jmx-technology.html">
         http://docs.oracle.com/javase/6/docs/technotes/guides/management/agent.html</a>.
     </p>
-    <p>The following is a quick configuration guide for Java 8:</p>
+    <p>The following is a quick configuration guide for Java 11:</p>
     <p>Add the following parameters to <code>setenv.bat</code> script of your
     Tomcat (see <a href="RUNNING.txt">RUNNING.txt</a> for details).<br/>
     <em>Note:</em> This syntax is for Microsoft Windows. The command has
diff --git a/webapps/docs/windows-auth-howto.xml b/webapps/docs/windows-auth-howto.xml
index 200eb18..1798141 100644
--- a/webapps/docs/windows-auth-howto.xml
+++ b/webapps/docs/windows-auth-howto.xml
@@ -122,7 +122,7 @@ policy had to be relaxed. This is not recommended for production environments.
   </subsection>
 
   <subsection name="Tomcat instance (Windows server)">
-  <p>These steps assume that Tomcat and a Java 8 JDK/JRE have already been
+  <p>These steps assume that Tomcat and a Java 11 JDK/JRE have already been
   installed and configured and that Tomcat is running as the tc01@dev.local
   user. The steps to configure the Tomcat instance for Windows authentication
   are as follows:

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