Products | Versions |
---|---|
TIBCO Administrator | - |
Not Applicable | - |
Resolution:
Description:
============
How to carry out a hot deployment of global variables (deploy updated global variables without any application downtime) using the TIBCO Appmanage™ Utility.
Environment:
===========
Operating Systems:All
TIBCO Product:TIBCO Runtime Agent™
Resolution:
==========
If you were trying to achieve a hot deployment through TIBCO Administrator™ you would uncheck the following boxes:
-Stop running services before deployment (-nostop)
-Start successfully deployed services (-nostart)
Use Appmanage with both -NoStop and -NoStart
Example:
./Appmanage -batchdeploy -ear <EAR_LOCATION> -app <DEPLOY_CONFIG> -domain <DOMAIN> -user <USER> -pw <PASSWORD> –NoStop -NoStart
Note that the global variables will not be active until the application service instance has been restarted. If you want to improve the performance of the command use -deployconfig if you only want to deploy a config and no EAR.
References:
==========
TIBCO Runtime Agent™ Scripting Deployment User’s Guide -> Redeploying an Application -> Changes Made to Deployment File Only