Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Resolution:
Description:
============
In BusinessEvents (BE) 3.x, how to configure/run multiple BusinessEvents Instances from TIBCO Administrator for Cache as an OM ?
OR
How to get cluster properties and other variables defined in the be-engine.tra file reflected in TIBCO Administrator?
Environment:
==========
TIBCO BusinessEvents 3.x
TIBCO Designer
TIBCO Administrator
Symptoms:
=========
Cluster properties and other engine properties/variables defined in be-engine.tra do not appear in Administrator.
Resolution:
=========
The following are steps to configure/run multiple BE Instances from TIBCO Administrator for Cache as an OM.
1). Add the Cache related and other properties to the be-engine.xml so that these properties appear in Administrator when browsing the Advanced tab in the Edit Service Configuration.
option of the deployed BAR(BusinessEvents Archive)
Note that this file is located in the [TIBCO_HOME]/be/[version]/lib/com/tibco/deployment directory. If a hotfix has installed then the be-engine.xml file will be located in the [TIBCO_HOME]/be/[version]/hotfix/lib/com/tibco/deployment directory will take the precedence.
2). Open the project and build the ear in Designer so that the generated ear contains the be-engine.xml with the additional properties.
3). Make a new Application in Administrator and deploy this after specifying suitable properties for this instance in the Edit Service Configuration option of the deployed BAR.
4). For another instance(s), repeat the step 3.
Note: For setting the different properties for cache OM it is suggested that the user review chapters 17,18,19 and 20 of the User's Guide. Additionally, try the example "FraudDetectionCache" located in [TIBCO_HOME]/be/[version]/examples folder, which is shipped with the BE installation.