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


Chapter 3 Using AppManage in Batch Mode : Deploying Applications in Batch Mode

Deploying Applications in Batch Mode
The following command deploys all applications specified in the AppManage.batch file that is located in the directory specified for the -dir option. The directory must have been created earlier using the -batchExport option. See Creating the AppManage.batch File by Exporting Applications for details.
Because the -nostart option is given, the applications are not started. If the -nostart option is not given, the applications are started after deployment.
AppManage -batchDeploy -domain mydomain -user admin -pw admin -dir
          c:\adminbatch\mybatch\ -nostart
Undeploying Applications in Batch Mode
The following command undeploys all applications specified in the AppManage.batch file that is located in the directory specified for the -dir option.
AppManage -batchUnDeploy -domain mydomain -user admin -pw admin
          -dir c:\adminbatch\mybatch\

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