Supported version:

  • 12.2

Linux installation steps

  1. Download the latest Java agent from

    copy
    icon/buttons/copy
    wget https://atatus-artifacts.s3.amazonaws.com/atatus-java/downloads/latest/atatus-java-agent.jar
    
  2. Add the application name and license key in $DOMAIN_HOME/bin/startWebLogic.sh file after the setDomainEnv.sh call

    copy
    icon/buttons/copy
    export 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.

    copy
    icon/buttons/copy
    export JAVA_OPTIONS="$JAVA_OPTIONS -Datatus.application_packages=<YOUR_PACKAGE_PATH>"
    
  3. Restart your Oracle WebLogic server to view your performance data within minutes.

Windows installation steps

  1. Download the latest Java agent from

    copy
    icon/buttons/copy
    wget https://atatus-artifacts.s3.amazonaws.com/atatus-java/downloads/latest/atatus-java-agent.jar
    
  2. Add the application name and license key in %DOMAIN_HOME%\bin\startWebLogic.cmd file after the setDomainEnv.cmd call.

    copy
    icon/buttons/copy
    set 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.

    copy
    icon/buttons/copy
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Datatus.application_packages=<YOUR_PACKAGE_PATH>
    
  3. Restart your Oracle WebLogic server to view your performance data within minutes.