AppDynamics Application Intelligence Platform
3.9.x Documentation
With Tibco ActiveMatrix BusinessWorks Service Engine, each application is started in its own JVM. Therefore, for each application you want to monitor, you need to configure the Java agent in the startup settings for the configuration file of that application.
The file to configure is usually the TRA file named for the application. For example:
Open the TRA file for the application you want to monitor and add the following to the file:
java.extended.properties=-javaagent:/opt/appagent/javaagent.jar
Since Tibco traffic commonly takes the form of incoming SOAP actions sent via HTTP requests to a single URL (i.e., /BusinessServices/WebGateway), it's likely that you will need to create a POJO split rule in the AppDynamics configuration to differentiate business transactions for Tibco. For information, see Identify Transactions Based on POJO Method Invoked by a Servlet.
See also: https://docs.tibco.com/ and https://tibbr.tibcommunity.com/.