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

lihan pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new deb371f854 Update documentation (#668)
deb371f854 is described below

commit deb371f854561fa50598fb57d05ecc35bf5dcc79
Author: marcorobiati <[email protected]>
AuthorDate: Mon Sep 11 04:38:13 2023 +0200

    Update documentation (#668)
    
    * Update graal.xml
    
    JMX is now supported as a experimental feature
    
https://medium.com/graalvm/a-new-graalvm-release-and-new-free-license-4aab483692f5#8501
    and the previous github issue related to this was closed long ago as 
resolved https://github.com/oracle/graal/issues/2103
    
    * Update index.xml
    
    remove non existent page and and added missing one
    
    (cherry picked from commit 268b7cc8de7f59f22a2d2aac4df47be7dce192b6)
---
 webapps/docs/graal.xml | 2 --
 webapps/docs/index.xml | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/webapps/docs/graal.xml b/webapps/docs/graal.xml
index 7b776e2119..4534159707 100644
--- a/webapps/docs/graal.xml
+++ b/webapps/docs/graal.xml
@@ -209,8 +209,6 @@ mvn package</source>
   <p>
     Missing items for better Tomcat functionality:
     <ul>
-      <li><a href="https://github.com/oracle/graal/issues/2103";>JMX</a>:
-        The usual monitoring and management is not usable</li>
       <li>java.util.logging LogManager: Configuration through a system property
         is not implemented, so standard java.util.logging must be used instead
         of JULI</li>
diff --git a/webapps/docs/index.xml b/webapps/docs/index.xml
index 947ac14376..1ea22a717d 100644
--- a/webapps/docs/index.xml
+++ b/webapps/docs/index.xml
@@ -125,8 +125,6 @@ Apache Tomcat, and using many of the Apache Tomcat 
features.</p>
     Configuring virtual hosting in Apache Tomcat.</li>
 <li><a href="aio.html"><strong>Advanced IO</strong></a> -
     Extensions available over regular, blocking IO.</li>
-<li><a href="extras.html"><strong>Additional Components</strong></a> -
-    Obtaining additional, optional components.</li>
 <li><a href="maven-jars.html"><strong>Using Tomcat libraries with 
Maven</strong></a> -
     Obtaining Tomcat jars through Maven.</li>
 <li><a href="security-howto.html"><strong>Security Considerations</strong></a> 
-
@@ -143,6 +141,8 @@ Apache Tomcat, and using many of the Apache Tomcat 
features.</p>
     Using the regexp based rewrite valve for conditional URL and host 
rewrite.</li>
 <li><a href="cdi.html"><strong>CDI and JAX-RS support</strong></a> -
     Configuring CDI,JAX-RS and Eclipse Microprofile support.</li>
+<li><a href="graal.html"><strong>AOT compilation support</strong></a> -
+    Ahead of Time compilation support with GraalVM/Native Image.</li>
 </ol>
 
 </section>


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

Reply via email to