Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Start and stop a Web service

Before you begin

You must install a Web service before you can start or stop it. See Install a Web service.


After you install a Web service, you must start it so that client applications are able to invoke it. You can stop the Web service if you want to prevent client applications from invoking it, but you do not want to delete the Web service from your domain.

When you start a Web service, you can specify that it go into Production or Administration mode. In Production mode, the Web service is available to all clients. WebLogic Server transitions the application to Administration mode after it copies deployment files to target Managed Servers and clusters and validates the deployment configuration. Administration mode restricts access to an application to a configured Administration channel. You can distribute an application into a production environment (or distribute a new version of an application) without opening the application to external client connections.

To start or stop a Web service:

  1. In the left pane of the Administration Console, select Deployments.
  2. In the right pane, select the Web service you want to start or stop by clicking the check box to the left of the deployed name of the Enterprise Application, Web application, or EJB in which the Web service is packaged.

    Note: Web services are deployed as part of an Enterprise application, Web application, or EJB. Therefore, to start or stop a Web service, you start or stop the J2EE module or application in which it is packaged. To understand how Web services are displayed in the Administration Console, see View installed Web services.

  3. Follow the general steps described in Start and stop a deployed Enterprise application.

Back to Top