You can start a service module that has a status of Stopped
or stop one that is running that has a status of Started. To change
the status of a service module, start or stop the application used
to deploy the module.
Before you begin
Before you can start or stop the application for a service
module, you must have deployed the module into
WebSphere® ESB.
About this task
To use the services of a service module and associated components,
start the associated application. By default, the application starts
automatically when the server starts.
You can manually start and
stop applications using the following administrative tools:
- Administrative console
- wsadmin startApplication and stopApplication commands
- Java™ programs that use ApplicationManager or
AppManagement MBeans
To start or stop a service module, use the administrative
console you complete the following steps.
Procedure
- Expand , in the navigation
pane, to list the SCA modules.
- Select the check box for the SCA module that
you want to start or stop.
- Click the Start or Stop button
Option |
Description |
Start |
Runs the application and changes the state of the application
to Started. The status is changed to partially started if
not all servers on which the application is deployed are running. |
Stop |
Stops the processing of the application and changes the state
of the application to Stopped. |
- Click Stop or select the application you want to
restart, then click Start to restart a running application.
Results
The status of the application changes and a message stating
that the application started or stopped displays at the top the page.
What to do next
You can change whether or not an application starts automatically
when the server on which it resides starts. For more information about
starting and stopping WebSphere applications, see
Starting and stopping
applications.