Author: markt
Date: Tue Apr  3 18:45:20 2018
New Revision: 1828268

URL: http://svn.apache.org/viewvc?rev=1828268&view=rev
Log:
Minimum version is Java 8, not Java 7.

Modified:
    tomcat/trunk/webapps/docs/changelog.xml
    tomcat/trunk/webapps/docs/setup.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1828268&r1=1828267&r2=1828268&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue Apr  3 18:45:20 2018
@@ -129,6 +129,11 @@
         Document how the roles for an authenticated user are determined when 
the
         <code>CombinedRealm</code> is used. (markt)
       </add>
+      <fix>
+        <bug>62163</bug>: Correct the Tomcat Setup documentation that
+        incorrectly referred to Java 7 as the minimum version rather than Java
+        8. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Tribes">

Modified: tomcat/trunk/webapps/docs/setup.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/setup.xml?rev=1828268&r1=1828267&r2=1828268&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/setup.xml (original)
+++ tomcat/trunk/webapps/docs/setup.xml Tue Apr  3 18:45:20 2018
@@ -61,12 +61,12 @@
             administration tool and its documentation).</li>
         <li><strong>Java location</strong>: The installer will provide a 
default
             JRE to use to run the service. The installer uses the registry to
-            determine the base path of a Java 7 or later JRE, including the JRE
+            determine the base path of a Java 8 or later JRE, including the JRE
             installed as part of the full JDK. When running on a 64-bit
             operating system, the installer will first look for a 64-bit JRE 
and
             only look for a 32-bit JRE if a 64-bit JRE is not found. It is not
             mandatory to use the default JRE detected by the installer. Any
-            installed Java 7 or later JRE (32-bit or 64-bit) may be used.</li>
+            installed Java 8 or later JRE (32-bit or 64-bit) may be used.</li>
         <li><strong>Tray icon</strong>: When Tomcat is run as a service, there
             will not be any tray icon present when Tomcat is running. Note that
             when choosing to run Tomcat at the end of installation, the tray
@@ -153,7 +153,7 @@ cd $CATALINA_HOME
     -Djava.util.logging.config.file=$CATALINA_BASE/conf/logging.properties \
     org.apache.catalina.startup.Bootstrap</source>
 
-    <p>When runnong on Java 9 you will need to additionally specify the
+    <p>When running on Java 9 you will need to additionally specify the
     following when starting jsvc to avoid warnings on shutdown.</p>
 <source>...
 --add-opens=java.base/java.lang=ALL-UNNAMED \



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

Reply via email to