下载 Agent
JDK 1.6 - 1.8 请下载
wget: https://user.oneapm.com/account/5dad74ffe945c060/agent/java/OneAPM_java_Agent_latest.zip
wget:https://user.oneapm.com/account/5dad74ffe945c060/agent/java/OneAPM_java_Agent_legacy.zip
unzip OneAPM_java_Agent_latest.zip -d
<Application Server Path>/
以下是不同版本 Jetty 的安装方法:
在 jetty.sh 的脚本中,See if JETTY_PORT is defined 的模块下加入
JAVA_OPTIONS+=("-javaagent:/full/path/to/oneapm.jar")
Jetty 6及以下版本 安装方法
Jetty 启动脚本 (jetty.sh)可以使用 JAVA_OPTIONS 环境变量配置:
export JAVA_OPTIONS="${JAVA_OPTIONS}
-javaagent:/full/path/to/oneapm.jar"