How to change a global variable without redeploying the application?
book
Article ID: KB0090508
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks
-
Not Applicable
-
Description
Resolution: Environment: =========== ALL
Resolution: ========== 1). Create a file with name “Properties.cfg” in any location.
2). Add the entry tibco.clientVar.<Global Variable Name> value e.g. tibco.clientVar.password admin3
3). Open your application.tra
4). Search for tibco.env.APP_ARGS and add the path of Properties.cfg created in Step 1 with the parameter “-p” E.g. tibco.env.APP_ARGS =-p C:/tibco/bw/5.9/bin/Properties.cfg
AND/OR
5). Manually add tibco.clientVar.<Global Variable Name> value e.g. tibco.clientVar.password admin3 in your application.tra
6). Restart the applications
Issue/Introduction
How to change a global variable without redeploying the application?