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


Applications : Distributing an Application

Distributing an Application
About this task 
The Distribution tab is to specify the nodes on which to put the application components. The information is displayed for deployed applications, but cannot be edited. Only current configurations can be edited. To edit the distribution, select the Currently Configuration option in the View drop-down list. The allowable nodes are those in the same environment as the application.
GUI
Procedure 
1.
Click the Applications button.
2.
3.
Click the Distribution tab.
4.
5.
Click Save.
CLI
Procedure 
1.
<Application xsi:type="amxdata:Application" name="testApp">
<Node name="node1" environmentName="DevEnvironment" />
</Application>
2.
In the build file, set the action attribute of the AMXAdminTask element to add and the objectSelector attribute to */Application.
<AMXAdminTask action="add" objectSelector="*/Application" />
3.

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