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 28fa332 Add system property to the doc
28fa332 is described below
commit 28fa332bb810c7576780b9c1d6e9b87fc72e151c
Author: remm <[email protected]>
AuthorDate: Mon Aug 24 15:11:44 2020 +0200
Add system property to the doc
This should really be done by Graal itself, but it's not so it's better
to document that.
---
webapps/docs/graal.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/webapps/docs/graal.xml b/webapps/docs/graal.xml
index 694ecab..24943d7 100644
--- a/webapps/docs/graal.xml
+++ b/webapps/docs/graal.xml
@@ -128,6 +128,7 @@ mvn package</source>
Run the GraalVM substrate VM using the trace agent:
<source>$JAVA_HOME/bin/java\
-agentlib:native-image-agent=config-output-dir=$TOMCAT_STUFFED/target/\
+ -Dorg.graalvm.nativeimage.imagecode=agent\
-Dcatalina.base=.
-Djava.util.logging.config.file=conf/logging.properties\
-jar target/tomcat-stuffed-1.0.jar --catalina
-useGeneratedCode</source>
</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]