You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/07/24 14:10:49 UTC

[skywalking] branch master updated: Add Tomcat 9 install document for java agent (windows) (#5169)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 119af6e  Add Tomcat 9 install document for java agent (windows) (#5169)
119af6e is described below

commit 119af6ea1ca3f9785217f5d02f8a147854fde05e
Author: songzhendong <xi...@qq.com>
AuthorDate: Fri Jul 24 22:10:31 2020 +0800

    Add Tomcat 9 install document for java agent (windows) (#5169)
    
    Add Tomcat 9 install document for java agent (windows)
    
    Co-authored-by: 吴晟 Wu Sheng <wu...@foxmail.com>
---
 docs/en/setup/service-agent/java-agent/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/setup/service-agent/java-agent/README.md b/docs/en/setup/service-agent/java-agent/README.md
index a4fb4df..ca725b5 100755
--- a/docs/en/setup/service-agent/java-agent/README.md
+++ b/docs/en/setup/service-agent/java-agent/README.md
@@ -48,7 +48,7 @@ Change the first line of `tomcat/bin/catalina.sh`.
 CATALINA_OPTS="$CATALINA_OPTS -javaagent:/path/to/skywalking-agent/skywalking-agent.jar"; export CATALINA_OPTS
 ```
 
-- Windows Tomcat 7, Tomcat 8  
+- Windows Tomcat 7, Tomcat 8, Tomcat 9  
 Change the first line of `tomcat/bin/catalina.bat`.
 ```shell
 set "CATALINA_OPTS=-javaagent:/path/to/skywalking-agent/skywalking-agent.jar"