Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Start and stop a resource adapter


A resource adapter can be started and stopped just like any other enterprise application. If the resource adapter is deployed as part of an enterprise adapter, it is started and stopped whenever the enterprise application that contains it is started or stopped. Starting a resource adapter makes the application available to WebLogic Server clients; stopping it makes it unavailable.

When you start an application, you can make it immediately available to clients, or you can start it in Administration Mode to first ensure that it is working as you expect. Starting in Administration mode allows you to perform final checking of the distributed application directly in the production environment without disrupting clients.

Similarly, you can stop an application so that no clients can use it, or you can stop it in Administration mode so that only administrative tasks can be performed.

Stopping an application does not remove its source files from the server; you can later redeploy (also called update) a stopped application to make it available to WebLogic Server clients once again.

To start or stop an installed resource adapter, follow these steps:

  1. In the left pane of the Console, select Deployments.

    A table in the right pane displays all deployed enterprise applications and application modules.

  2. Select Control.
  3. In the Deployments table, select the check box next to the resource adapter or enterprise application containing the resource adapter you want to start or stop.
  4. Click Start or Stop.

    When you start an application, you must pick one of the following options:

    • Servicing all requests: Specifies that WebLogic Server make the application immediately available to all clients.
    • Servicing only administrative requests: Specifies that WebLogic Server make the application available in Administration Mode only.

    When you stop an application, you must pick one of the following options:

    • When work completes: Specifies that WebLogic Server wait for the application to finish its work and for all currently connected users to disconnect.
    • Force stop now: Specifies that WebLogic Server stop the application immediately, regardless of the work that is being performed and the users that are connected.
    • Stop, but continue servicing administrative requests: Specifies that WebLogic Server stop the application once all its work has finished, but to then put the application in Administration Mode so it can be accessed for administrative purposes.

Back to Top