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

Chapter 1 Scripting Deployment : AppManage Utility

AppManage Utility
The AppManage utility creates an XML based deployment configuration file in which deployment options can be defined. The utility also uploads the deployment file and EAR file into a TIBCO Administrator administration domain. The AppManage utility can be used to:

Credential File
A credential file contains the administration domain user’s name and encrypted password.
The -cred option takes the name and location of a property file containing username and encrypted password. If the -cred option is used, the -user and-pw options should not be used.
 
When invoking an AppManage option, use the -cred option to specify the name and location of the property file.
AppManage -upload -ear <ear_name> -cred <file-path\cred123.txt> -domain <domain_name>
To Create a Sample Credential File:
1.
user=admin
pw=#!ax86n0ty
2.
 

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