How to hook upa Dynatrace Java agent with BW engines.

How to hook upa Dynatrace Java agent with BW engines.

book

Article ID: KB0094184

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Description:
This KB article discusses on how to hook up a Dynatrace Java agent with BW engines.

Resolution

This would require adding the following to the JVM command line arguments. 

-agentpath:/opt/dynatrace/dynatrace-6.2/agent/lib64/libdtagent.so=name=$hostname,collector=$collector_server

You can  add the following property in the BW Application's TRA file.


= = =

java.extended.properties

= = =


The following is a sample entry.


java.extended.properties -Xms768m -Xmx768m -verbose:gc -agentpath:/opt/dynatrace/dynatrace-6.2/agent/lib64/libdtagent.so=name=$hostname,collector=$collector_server


Issue/Introduction

How to hook upa Dynatrace Java agent with BW engines.