Creating a Deployment Configuration XML File
Create a deployment configuration properties XML file for either an EAR deployment or for an archive continuous deployment.
Procedure
Copyright © Cloud Software Group, Inc. All rights reserved.
Create a deployment configuration properties XML file for either an EAR deployment or for an archive continuous deployment.
AppManage –export –ear EarFile.ear -out DeploymentConfig.xml
		  For details about the creation of the DeploymentConfig.xml file, refer to the TIBCO Runtime Agent documentation, Scripting Deployment User’s Guide.
When the deployment path is not specified then the deployed EAR/application files can be found in the root folder level of Application Management in TIBCO Administrator.
When the EAR application is deployed to the runtime the project files are placed in the folder structure according to the file folder structure defined in the properties file, xml file, or EAR in the zip file.
These files can also be uploaded separately and then deployed, undeployed, started, and stopped by HTTP REST request. Refer to the section on Deployment of Archives Directly to Endpoints - Continuous Deployment for more information.