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
b.
Click Stop.
The selected applications are stopped.
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 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