Skip to content

Commit

Permalink
Merge pull request #1 from songzhendong/songzhendong-patch-2
Browse files Browse the repository at this point in the history
add Jetty
  • Loading branch information
songzhendong committed Nov 20, 2019
2 parents 0a6f04c + 2f62a43 commit ad70d42
Showing 1 changed file with 0 additions and 62 deletions.
62 changes: 0 additions & 62 deletions docs/en/setup/service-agent/java-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,68 +67,6 @@ add
export JAVA_OPTIONS="${JAVA_OPTIONS} -javaagent:/path/to/skywalking-agent/skywalking-agent.jar"
```

- Resin pro 3.1
Modify `resin.conf`.
add
```xml
<jvm-arg>-javaagent:/path/to/skywalking-agent/skywalking-agent.jar</jvm-arg>
```
The demonstration configuration for all servers in the cluster is as follows
```xml
<cluster id="cluster_id">
........
<server-default>
...........
<jvm-arg> -javaagent:/path/to/skywalking-agent/skywalking-agent.jar</jvm-arg>
..........
</server-default>
..........
</cluster>
```
The demonstration configuration for a server in the cluster is as follows
```xml
<cluster id="cluster_id">
........
<server id="" address="***.***.***.***" port="****">
...........
<jvm-arg> -javaagent:/path/to/skywalking-agent/skywalking-agent.jar</jvm-arg>
..........
</server>
..........
</cluster>
```

Resin pro 4.0
Change `resin.properties`.
add
```xml
<jvm-arg>-javaagent:/path/to/skywalking-agent/skywalking-agent.jar</jvm-arg>
```
The demonstration configuration for all servers in the cluster is as follows
```xml
<cluster id="cluster_id">
........
<server-default>
...........
<jvm-arg> -javaagent:/path/to/skywalking-agent/skywalking-agent.jar</jvm-arg>
..........
</server-default>
..........
</cluster>
```
The demonstration configuration for a server in the cluster is as follows
```xml
<cluster id="cluster_id">
........
<server id="" address="***.***.***.***" port="****">
...........
<jvm-arg> -javaagent:/path/to/skywalking-agent/skywalking-agent.jar</jvm-arg>
..........
</server>
..........
</cluster>
```

## Table of Agent Configuration Properties
This is the properties list supported in `agent/config/agent.config`.

Expand Down

0 comments on commit ad70d42

Please sign in to comment.