Supported versions
- 8.5.5
- 18.0.x
Installation steps
Download the latest Java agent from
copywget https://atatus-artifacts.s3.amazonaws.com/atatus-java/downloads/latest/atatus-java-agent.jar
Add the application name and license key in
jvm.options
file.copy-javaagent:/path/to/atatus-java-agent.jar -Datatus.license_key="APM_LIC_KEY" -Datatus.app_name="YOUR_APP_NAME"
Optional: Set your application package path to find exact source line in Java Exceptions.
copy-Datatus.application_packages="<YOUR_PACKAGE_PATH>"
example: -Datatus.application_packages="org.example,org.another.example"
Restart your WebSphere server to view your performance data within minutes.