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


Applications : Stopping Applications

Stopping Applications
GUI
Procedure 
1.
Click the Applications button.
2.
3.
Click Stop.
Select StopStop
d.
Click Stop.
a.
Select StopStop immediately
The selected applications and target applications are stopped.
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 stop, the options attribute to immediate and the objectSelector attribute to Environment/Application.
<AMXAdminTask action="stop" objectSelector="Environment/Application" />
3.
Result 
The selected applications and target applications are stopped.
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