You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/04/13 10:13:05 UTC

[skywalking] branch master updated: Add Tomcat 9 's Java agent deployment instructions(Linux) (#4645)

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

kezhenxu94 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 b3b8aae  Add Tomcat 9 's Java agent deployment instructions(Linux) (#4645)
b3b8aae is described below

commit b3b8aaea6bbc4b63464e7d00c869a3a265c28d3a
Author: songzhendong <xi...@qq.com>
AuthorDate: Mon Apr 13 18:12:54 2020 +0800

    Add Tomcat 9 's Java agent deployment instructions(Linux) (#4645)
---
 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 6bd38d9..acd80bf 100755
--- a/docs/en/setup/service-agent/java-agent/README.md
+++ b/docs/en/setup/service-agent/java-agent/README.md
@@ -42,7 +42,7 @@ If the plugin is in **Optional²** catalog, go to [optional plugins](#optional-p
 - The default logging output folder is `/logs`.
 
 ## Install javaagent FAQs
-- Linux Tomcat 7, Tomcat 8  
+- Linux Tomcat 7, Tomcat 8, Tomcat 9  
 Change the first line of `tomcat/bin/catalina.sh`.
 ```shell
 CATALINA_OPTS="$CATALINA_OPTS -javaagent:/path/to/skywalking-agent/skywalking-agent.jar"; export CATALINA_OPTS