![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Each property represents a trace message role as shown in Table 36. The default value for the trace message roles are shown in the Default Value column. If the property file is not defined, the default value will be used for the message roles.
Table 36 Properties of Trace Message Roles
1.
2. Set the properties in the created file to configure the trace message roles. See Table 36 for the property of each message role.
− To enable a trace message role, set the value of the corresponding property to true. For example, the following line sets the Trace.Info.* property to true:
− To disable a trace message role, set the value of the corresponding property to false. For example, the following line sets the Trace.Error.* property to false:
2. Select Tools > Tester > Start from the TIBCO Designer menu. The Select Processes to Load dialog is displayed.
a. Click Advanced in the Select Processes to Load dialog. The Advanced Test Settings dialog is displayed.
b. In the Test Engine User Args field, enter the following values:file_directory is the location of the property file name, for example, c:/tibco.file_name is the property file name, for example, properties.cfg.
c. Click OK to save the setting.The enabled messages are logged to the console where the runtime plug-in was started. See "Custom Engine Properties" in TIBCO ActiveMatrix BusinessWorksTM Administration for more information.TIBCO Administrator is responsible for deploying process engines in a production environment. TIBCO ActiveMatrix BusinessWorksTM provides a file, bwengine.xml, for specifying custom properties in deployed engines. The bwengine.xml file is located in the TIBCO_HOME\bw\release_version\lib\com\tibco\deployment directory.The file has a properties element that defines all of the properties in the deployed process engine. Each property is contained in a property element with the following structure:
1. Open the bwengine.xml file.
2. Add properties in the file to configure the trace message roles. For example, the following lines set the com.tibco.plugin.restjson.debug property to true:
After defining the property in the bwengine.xml file, it is available in Enterprise Archive Files that are created by TIBCO Designer, and it is displayed in the Advanced tab of the deployment configuration in TIBCO Administrator.You can alter the value of a property in the Advanced tab of the deployment configuration and that value will be used in the deployed project. For more information about creating and managing deployment configurations, see "Creating and Deploying Applications" in TIBCO ActiveMatrix BusinessworksTM Administration.For more information about setting properties in deployed projects, see "Setting Custom Engine Properties in Deployed Projects" in TIBCO ActiveMatrix BusinessworksTM Administration.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |