To install the Java Agent for your Tibco instance follow these steps:
- Download the latest Java Agent using the zip file. (https://download.newrelic.com/newrelic/java-agent/newrelic-agent/current/)
- Extract the zip file onto the file system.
- Edit newrelic.yml and substitute your license key for the string <%= license_key %>.
- Locate the TRA file used by the application.
- Locate the property java.extended.properties in the TRA file. If it does not exist then create it.
- Add -javaagent:path_to_newrelic.jar to java.extended.properties
- Save the TRA file
- Restart the Tibco instance