提交 6c4cca82 编写于 作者: S songzhendong 提交者: wu-sheng

Add jetty's Java agent deployment instructions (#3909)

Add java agent deployment document for skywalking with jetty
上级 0724cdb4
......@@ -53,12 +53,19 @@ Change the first line of `tomcat/bin/catalina.bat`.
```shell
set "CATALINA_OPTS=-javaagent:/path/to/skywalking-agent/skywalking-agent.jar"
```
- JAR file
Add `-javaagent` argument to command line in which you start your app. eg:
```shell
java -javaagent:/path/to/skywalking-agent/skywalking-agent.jar -jar yourApp.jar
```
- Jetty
Modify `jetty.sh`, add `-javaagent` argument to command line in which you start your app. eg:
```shell
export JAVA_OPTIONS="${JAVA_OPTIONS} -javaagent:/path/to/skywalking-agent/skywalking-agent.jar"
```
## Table of Agent Configuration Properties
This is the properties list supported in `agent/config/agent.config`.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册