Deploying an Application from Administrator
See "Deploying Applications" in TIBCO ActiveMatrix BPM - SOA Administration for information on deploying via TIBCO ActiveMatrix Administrator, using either the GUI or the CLI interfaces.
Files Generated by Business Studio
When you deploy a BPM or an SOA project from TIBCO ActiveMatrix Administrator, the deployment uses scripts generated by TIBCO Business Studio.
TIBCO Business Studio generate the following three files as the basis of the deployment process:
<deployment-name>.deployment-build.xml
An ant script file that controls the CLI process. This generally contains some of the following ant targets:
- undeploy.app — Undeploys the application
- upgrade.app — Upgrades the application
- delete.app — Deletes the application
- upload.daa — Uploads a new instance of the DAA
- edit.properties — Modified any properties or configuration of resource instances
- wire.application — Wires any connections that the application will use
- distribute.app — Distributes the application
- deploy.app — Deploys the application to the specified target nodes
- start.app — Starts the application
In practice this files is limited in its reuse and is not used by the automated deployment process.
<deployment-name>.deployment-config.xml
This configuration file describes the application, components, end-points and references that will be used for a given application. The configuration file is the key to the deployment process. It is vital that this file correctly describes the configuration of the application to be deployed. The file must be regenerated whenever the external configuration of an application changes. Typically this includes: