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

remm 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 96de7b5091 Clarify start stop of Tomcat using the trace agent
96de7b5091 is described below

commit 96de7b509120e7db697e7e5296c4c62fcf9f3247
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 8634442cdf..79bca151e3 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