Stopping a Component in an Application
To stop a component of an application, run the
stopcomponent command or click
Stop icon in the Admin UI.
bwdmin Command Line
When an application is started, the default action starts all the components of the application on each AppNode, defined in the AppSpace. However, the
stopcomponent command can be used with the
-appnode option to stop a component of the application on a specific AppNode.
- Procedure
- Start the AppSpace.
- Run the
stopcomponentcommand for the component of an application. For example:BW_HOME\bin>bwadmin stopcomponent -d MyDomain -a MyAppSpace -n MyAppNode MycomponentName tibco.bw.sample.MyApp.application 1.0Note: To disable auto start of a component with process starter activity, use thedisablecomponentautostartcommand. For example:BW_HOME\bin>bwadmin disablecomponentautostart -d D -a AS -n AN ComponentReceiver jmsSenderReceiver.application 1.0This functionality is applicable at AppSpace level and not at AppNode level.
Admin UI
When an application is started, the default action starts all the components of an application on each AppNode defined in the AppSpace. Click the
Components
tab to view the components in the application, and select the running application you want to stop the components for. To stop a component on a specific AppNode, click the
icon on the left to view the list of AppNodes the component is running on, and click the
Stop icon
against the component you want to stop. The status bar displays the number of components that have stopped running on the AppNodes. On hovering over the status bar, in the primary row table, you can see the number of components that are running and the number of components that have stopped running on the AppNode.
To disable auto start of a component:
- Procedure
- Select Application Level 2 page and select the Component tab.
- Use the toggle button in the
Auto Start column for each component process to decide whether to enable auto start of a component process or not during execution.

- Restart an application for the changes to take effect.