Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 23 Cluster Deployment Descriptor (CDD) : Setting Global Variables in the CDD File (for Command Line Startup)

Setting Global Variables in the CDD File (for Command Line Startup)
Global variables are added to a project and their value is set using the TIBCO BusinessEvents Studio Global Variables editor, as explained in Working with Global Variables.
You can also set global variable values in the CDD file. This can sometimes be useful if you will start the engine at the command line. It is not done for other purposes
Global variables set in TIBCO Administrator or TIBCO BusinessEvents Monitoring and Management (BEMM) override those set in the CDD  If you will deploy using TIBCO Administrator or BEMM, set global variable values using the features provided in TIBCO Administrator or MM (whichever you will use), not in the CDD.
To SetGlobal Variables in the CDD
Add properties using this format:
tibco.clientVar.GVName = value
The GVName must exactly match the name set in the TIBCO BusinessEvents Studio Global Variables editor.
Global Variable Groups  If global variables are defined in the TIBCO BusinessEvents project using groups, specify the group path using forward slashes. For example, if a variable JMSuri is located under a group called URIs, specify the variable as tibco.clientVar.URIs/JMSuri.
Add such properties at the appropriate level in the CDD, depending on the desired scope: cluster, processing unit, or agent class.
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved