10.3 Restarting WebLogic Server

After you make all your configuration changes, restart WebLogic for the changes to take effect. The WebLogic Managed Server and the WebLogic Administration Server also need to be restarted. The Node Manager does not need to be restarted.

10.3.1 Stop WebLogic Managed Server

You can verify that the Managed Server has shut down by viewing the table at the bottom of the Control tab. The table displays a list of all the servers and indicates their current state.

  1. In the WebLogic Server Administration Console, under Domain Structure, click the domain name.

  2. Click the Control tab and select the check box beside the server you want to stop.

  3. Click Shutdown and select one of these options:

    When work completes: Initiates a graceful shutdown of the selected server, causing the Managed Server to notify its subsystems to complete all in-work requests. A graceful shutdown gives the WebLogic Server subsystems time to complete certain application processing that is currently in progress.

    Force Shutdown Now: Initiates a forced shutdown, which causes the Managed Server to instruct subsystems to immediately drop in-work requests.

  4. At the WebLogic Server Administration Console prompt, click Yes to confirm the command.

10.3.2 Stop WebLogic Administration Server

  1. From a command prompt, navigate to [appserverdomain]\bin

  2. Type the following command:

    • (Windows) stopWebLogic.cmd

    • (Linux, UNIX) ./stopWebLogic.sh

  3. Enter the WebLogic user name and password (if you enabled security when installing WebLogic).

10.3.3 Start WebLogic Administration Server

  1. From a command prompt, navigate to [appserverdomain]\bin

  2. Type the following command:

    • (Windows) startWebLogic.cmd

    • (Linux, UNIX) ./startWebLogic.sh

  3. Enter the WebLogic user name and password (if you enabled security when installing WebLogic).

10.3.4 Start WebLogic Managed Server

  1. Go to http://localhost:7001/console and log in using the user name and password that was used when configuring the WebLogic server.

  2. Under Change Center, click Lock & Edit.

  3. Under Domain Structure, click Environment > Servers and, in the right pane, click the managed server.

  4. On the next screen, click the Control tab and select the check box beside the managed server you want to start.

  5. Click Start and then click Yes.

// Ethnio survey code removed