This is an automated email from the ASF dual-hosted git repository.
remm 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 f17009afaa Clarify start stop of Tomcat using the trace agent
f17009afaa is described below
commit f17009afaabdbedf3a63609fb3df34eaa3a5e353
Author: remm <[email protected]>
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 a33aa322a0..3424ff4047 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: [email protected]
For additional commands, e-mail: [email protected]