Loading docs/en/setup/service-agent/java-agent/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ 1. Find `agent` folder in SkyWalking release package 1. Set `agent.service_name` in `config/agent.config`. Could be any String in English. 1. Set `collector.backend_service` in `config/agent.config`. Default point to `127.0.0.1:11800`, only works for local backend. 1. Add `-javaagent:/path/to/skywalking-package/agenxt/skywalking-agent.jar` to JVM argument. And make sure to add it before the `-jar` argument. 1. Add `-javaagent:/path/to/skywalking-package/agent/skywalking-agent.jar` to JVM argument. And make sure to add it before the `-jar` argument. The agent release dist is included in Apache [official release](http://skywalking.apache.org/downloads/). New agent package looks like this. ``` Loading Loading
docs/en/setup/service-agent/java-agent/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ 1. Find `agent` folder in SkyWalking release package 1. Set `agent.service_name` in `config/agent.config`. Could be any String in English. 1. Set `collector.backend_service` in `config/agent.config`. Default point to `127.0.0.1:11800`, only works for local backend. 1. Add `-javaagent:/path/to/skywalking-package/agenxt/skywalking-agent.jar` to JVM argument. And make sure to add it before the `-jar` argument. 1. Add `-javaagent:/path/to/skywalking-package/agent/skywalking-agent.jar` to JVM argument. And make sure to add it before the `-jar` argument. The agent release dist is included in Apache [official release](http://skywalking.apache.org/downloads/). New agent package looks like this. ``` Loading