Skip to main content

Java Agent v2.2.68

January 2, 2026

  • New WebMethods 10.15 Support

    • Trace HTTP requests (InvokeState-based transaction tracking)

    • Trace service invocations as method steps

    • Trace NetURLConnection (WebMethods HTTP client)

    • Java agent configuration

      # Requires agent restart
      weaving=webmethods-10

      # HTTP Request Tracing
      # default: true
      # Enable WebMethods HTTP request tracing
      trace_webmethods_enabled=true

      # default: wm.server
      # Service prefixes to exclude from HTTP tracing
      trace_webmethods_url_ignore_prefixes=wm.server.packageList,wm.server.monitoring

      # Service Step Tracing
      # default: true
      trace_webmethods_service_enabled=true

      # default: wm.server,wm.monitor
      # Service prefixes to exclude from step tracing
      trace_webmethods_service_ignore_prefixes=wm.server
Note

Download: Java Agent v2.2.68

To install the Java agent for the first time, install the package first using the following command. For more information about agent installation, see the following.

wget https://api.whatap.io/agent/whatap.agent.java.tar.gz