Previous Topic: Oracle WebLogic ServerNext Topic: webMethods Integration Server


TIBCO BusinessWorks

This topic applies to TIBCO BusinessWorks 5.x.

To configure the agent for all applications, you edit the following file:

...\tibco\bw\5.x\bin\bwengine.tra 

Editing this file does not affect applications that have already been created.

To configure the agent for an existing application, edit the following file:

...\tibco\tra\domain\<domain-name>\application\<application-name>\<application-name>-<service-name>.tra 

Where:

For example:

D:\tibco\tra\domain\itko-tibcobw\application\MyBWProjectXml\MyBWProjectXml-itkoUserCRUD.tra 

In either file, add the following line:

java.extended.properties=<agent-parameters-string> 

You can use the agent install assistant to determine the string. If you want to create TIBCO BusinessWorks baselines, be sure to add the heap option and set the value to true.

 

Configuration Difference for Windows Service

If the TIBCO process is running as a Windows service, you do not add the java.extended.properties line to the .tra file. Instead, you specify the required information in the Windows registry.

In the Windows registry editor, locate the registry key for the TIBCO BusinessWorks service for the application. The usual name is domain-name.application-name.

Under that registry key, locate the Parameters key. Under the Parameters key, create or edit a string value with the name java.extended.properties. Set the value data to the agent parameters string.

The following graphic shows an example of setting the value data.

Edit String dialog with agent parameters string in value data field.