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


Applications : Deploying Applications

Deploying Applications
About this task 
Before deploying an application containing any other type of component or binding on a node, an instance of the product application template that supports that component is automatically deployed on that node. If the Implementation Type for TIBCO Adapters application is not deployed, it will be created and deployed to the node. Make sure the Enable Auto-Provisioning flag has been selected for the environment. For more information refer to the Administration book for TIBCO ActiveMatrix Service Grid or TIBCO ActiveMatrix Service Bus.
GUI
Procedure 
1.
Click the Applications button.
2.
3.
Deploy Deploy with Start
Click Deploy.
Select DeployDeploy with Start.
a.
Select DeployDeploy without Start
a.
Select DeployMore deploy options
Start Applications - Dependencies on target applications are checked.
Resolve Mode - Dependencies on target product applications are checked.
Force Deploy - Dependencies on target product applications are not checked and validation errors ignored. May result in broken applications and should be used with caution.
c.
Click Deploy to deploy the application or Cancel to cancel the deployment.
Result 
The applications are deployed and if auto-provisioning is enabled, those applications that provide implementation or binding types to the applications being deployed are also automatically deployed to the target nodes.
If you did not choose the Deploy with Start option, application artifacts for the deployment are not created.
CLI
Before you begin 
Refer to the Administration book for TIBCO ActiveMatrix Service Grid or TIBCO ActiveMatrix Service Bus for information about the command-line interface (CLI) and the required build and data files.
Procedure 
1.
<Environment xsi:type="amxdata:Environment" name="envName" >
<Application xsi:type="amxdata_base:Application_base" name="app" />
</Environment>
2.
In the build file, set the action attribute of the AMXAdminTask element set to deploy and the objectSelector attribute to Environment/Application. To deploy without starting the application, specify the options attribute and set the value to nostart.
<AMXAdminTask action="deploy" [options="nostart"] objectSelector="Environment/Application" />
3.
<DAA xsi:type="amxdata:DAA" description="My DAA for
application test" location="c:/EARFiles/PubSub.ear" />
4.

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