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


Applications : Starting Applications

Starting Applications
When an application is deployed and started, deployment artifacts such as the application, data, data files are created in the folder CONFIG_HOME/data/ext. Do not modify the .tra file of the deployed application
GUI
Procedure 
1.
Click the Applications button.
2.
3.
Click the Start button.
If there are target applications, the Application Dependencies to Start dialog displays.
4.
5.
Click Start.
The target applications are started and the selected applications are started after the target applications are running. The Runtime State of the selected applications changes to Starting.
6.
Result 
The selected applications and target applications are started.
CLI
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 to start and the objectSelector attribute to Environment/Application.
<AMXAdminTask action="start" objectSelector="Environment/Application" />
3.
Result 
The selected applications and target applications are started.
It is likely that the status of the application and target applications is not immediately reflected in the Administrator UI.

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