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

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


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 4ea6147002 Clarify start stop of Tomcat using the trace agent
4ea6147002 is described below

commit 4ea614700224a4ed2ea0e86f8bcb89ac65f223c8
Author: remm <r...@apache.org>
AuthorDate: Fri Dec 15 12:47:58 2023 +0100

    Clarify start stop of Tomcat using the trace agent
---
 webapps/docs/graal.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webapps/docs/graal.xml b/webapps/docs/graal.xml
index 8555ab9483..6027b5e5c7 100644
--- a/webapps/docs/graal.xml
+++ b/webapps/docs/graal.xml
@@ -127,7 +127,7 @@ mvn package</source>
   </p>
 
   <p>
-    Run the GraalVM substrate VM using the trace agent:
+    Run Tomcat using the GraalVM substrate VM and its trace agent:
     <source>$JAVA_HOME/bin/java\
         -agentlib:native-image-agent=config-output-dir=$TOMCAT_STUFFED/target/\
         -Dorg.graalvm.nativeimage.imagecode=agent\
@@ -140,7 +140,7 @@ mvn package</source>
     (ex: Servlet access, websockets, etc) need to be accessed using a script
     that will exercise the webapp. Servlets may be loaded on startup
     instead of needing an actual access. Listeners may also be used to load
-    additional classes on startup.
+    additional classes on startup. When that is done, Tomcat can be stopped.
   </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