Administration Console Online Help

    Previous Next  Open TOC in new window 
Content starts here

Start and stop a deployed Java EE library

Before you begin

You must install a Java EE library before you can start it. See Install a Java EE library


Starting a Java EE library makes it available to the modules and applications deployed to WebLogic Server that reference the library; stopping the library makes it unavailable.

When you start a Java EE library, you can make it immediately available to clients, or you can start it in Administartion Mode to first ensure that it is working as you expect. Starting in Administration mode allows you to perform final ("sanity") checking of the library directly in the production environment without disrupting clients.

Similarly, you can stop a Java EE library so that no clients can use it, or you can stop it in Administration Mode so that only administrative tasks can be performed.

Stopping a library does not remove its source files from the server; you can later redeploy (also called update) a stopped library to make it available to deployed WebLogic Server modules and applications once again.

To start or stop an installed Java EE library, follow these steps:

  1. In the left pane of the Console, click Deployments. A table in the right pane displays the installed applications, modules and Java EE libraries. Java EE libraries are specified with the Library entry in the Type column.
  2. In the table, locate the Java EE library you want to start or stop.
  3. Check the box to the far right of the Java EE library.
  4. Click the Start button at the top of the Deployments table to start a stopped library. Similarly, click the Stop button to stop a library.

    When you start a Java EE library, you must pick one of the following options:

    • Servicing all requests: Specifies that WebLogic Server make the library immediately available to all modules and applications that reference it.
    • Servicing only administrative requests: Specifies that WebLgoic Server make the library available in Administration Mode only.

    When you stop a Java EE library, you must pick one of the following options:

    • When work completes: Specifies that WebLogic Server wait for the library to finish its work and for all modules or applications that are currently using it to stop.
    • Force stop now: Specifies that WebLogic Server stop the library immediately, regardless of the work that is being performed and the modules and applications that are currently using it.
    • Stop, but continue servicing administrative requests: Specifies that WebLogic Server stop the library once all its work has finished, but to then put the library in Administration Mode so it can be accessed for administrative purposes.
  5. Click Yes to confirm your decision.

  Back to Top