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


Applications : Starting Applications

Starting Applications
When an application is first deployed and started, deployment artifacts such as the application, repository and data files are created in the folder CONFIG_HOME/ext/enterpriseName/environments/environmentName/nodes/nodeName. Do not modify or delete any files from this folder.
GUI
Procedure 
1.
Click the Applications menu item.
2.
3.
Click Start.
If the Implementation Type for TIBCO Adapters application is not runnning, the Application Dependencies to Start dialog displays.
4.
Check the checkboxes next to the Implementation Type for TIBCO Adapters application to start.
5.
Click Start.
The Implementation Type for TIBCO Adapters application is started. The selected applications are started after the Implementation Type for TIBCO Adapters application is running. The Runtime State of the selected applications changes to Starting.
6.
Result 
The selected applications are started.
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 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 Implementation Type for TIBCO Adapters application is not immediately reflected in the Administrator UI.

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