How to replace a global variable on all deployed instances?

How to replace a global variable on all deployed instances?

book

Article ID: KB0092397

calendar_today

Updated On:

Products Versions
TIBCO Administrator -
Not Applicable -

Description

Resolution:
1. Use "AppManage -batchExport" to export all the configurations and EAR files of the application in the domain.
2. Edit the xml configuration files and configure the new value for the global variable.
3. Use "AppManage -batchDeploy"
The whole operation can be scripted.

Issue/Introduction

How to replace a global variable on all deployed instances?