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

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


The following commit(s) were added to refs/heads/master by this push:
     new e6466f1  Add system property to the doc
e6466f1 is described below

commit e6466f1975990f134eb4db0fb90ebe242021d2fc
Author: remm <r...@apache.org>
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 aaafbd2..67c5d83 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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to