Tibco ActiveMatrix BusinessWorksサービスエンジン設定

Tibco ActiveMatrix BusinessWorks サービスエンジンを使用すると、各アプリケーションは独自の JVM で起動されます。そのため、モニター対象のアプリケーションごとに、そのアプリケーションの構成ファイルの起動設定で Java エージェントを構成する必要があります。

構成するファイルは通常そのアプリケーションに関連付けられたTRAファイルです。例:

<application_name>.tra

Instrument the Tibco Application

  1. Open the TRA file for the application you want to monitor and add this code to the file:
    java.extended.properties=-javaagent:/opt/appagent/javaagent.jar
    Splunk AppDynamics recommends that you include all -D system property arguments in one java.extended.properties line. Otherwise, the -javaagent property may be overwritten.
  2. Restart the application to have the changes take effect using the command-line tool bwengine.sh (or.exe) or the Tibco Admin UI.
Since Tibco traffic commonly takes the form of incoming SOAP actions sent through HTTP requests to a single URL (for example, /BusinessServices/WebGateway), it's likely that you will need to create a POJO split rule in the Splunk AppDynamics configuration to differentiate business transactions for Tibco. For information, see See "Split by POJO Method Call" on Split Servlet Transaction by Payload Examples.