Supported version:
- 12.2
Linux 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
$DOMAIN_HOME/bin/startWebLogic.sh
file after thesetDomainEnv.sh
callcopyexport JAVA_OPTIONS="$JAVA_OPTIONS -javaagent:/path/to/atatus-java-agent.jar" export JAVA_OPTIONS="$JAVA_OPTIONS -Datatus.license_key=<%APM_LIC_KEY%>" export JAVA_OPTIONS="$JAVA_OPTIONS -Datatus.app_name=<%YOUR_APP_NAME%>"
Optional: Set your application package path to find exact source line in Java Exceptions.
copyexport JAVA_OPTIONS="$JAVA_OPTIONS -Datatus.application_packages=<YOUR_PACKAGE_PATH>"
Restart your Oracle WebLogic server to view your performance data within minutes.
Windows 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
%DOMAIN_HOME%\bin\startWebLogic.cmd
file after thesetDomainEnv.cmd
call.copyset JAVA_OPTIONS=%JAVA_OPTIONS% -javaagent:C:\path\to\atatus-java-agent.jar set JAVA_OPTIONS=%JAVA_OPTIONS% -Datatus.license_key="APM_LIC_KEY" set JAVA_OPTIONS=%JAVA_OPTIONS% -Datatus.app_name="YOUR_APP_NAME"
Optional: Set your application package path to find exact source line in Java Exceptions.
copyset JAVA_OPTIONS=%JAVA_OPTIONS% -Datatus.application_packages=<YOUR_PACKAGE_PATH>
Restart your Oracle WebLogic server to view your performance data within minutes.