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 83bd9a9 Minor fix 83bd9a9 is described below commit 83bd9a92462b21567af5b3219e75c173e844e611 Author: remm <r...@apache.org> AuthorDate: Fri May 10 23:57:50 2019 +0200 Minor fix Trigger a build. --- res/tomcat-maven/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/tomcat-maven/README.md b/res/tomcat-maven/README.md index f4f8ea9..411f65a 100644 --- a/res/tomcat-maven/README.md +++ b/res/tomcat-maven/README.md @@ -92,7 +92,7 @@ cd $JAVA_HOME/bin Run Tomcat with the agent in full trace mode. ``` cd $TOMCAT_MAVEN -$JAVA_HOME/bin/java -agentlib:native-image-agent=trace-output=./target/trace-file.json -jar ./target/tomcat-maven-1.0.jar +$JAVA_HOME/bin/java -agentlib:native-image-agent=trace-output=$TOMCAT_MAVEN/target/trace-file.json -jar target/tomcat-maven-1.0.jar ``` Then exercise necessary paths of your service with the Tomcat configuration. Do not try to run any JSPs. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org