Add Tomcat 9 's Java agent deployment instructions(Linux) (#4645)

This commit is contained in:
songzhendong 2020-04-13 18:12:54 +08:00 committed by GitHub
parent 950346c380
commit b3b8aaea6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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