What is the method for restarting the WebLogic service?
There are two ways to restart the WebLogic server:
- Utilizing the WebLogic console:
- Access the WebLogic console by logging in (typically at http://localhost:7001/console).
- Find the “Environment” option on the left navigation bar of the console, and click on “Server”.
- Select the server from the list that you want to restart, and click on the “Control” tab.
- Choose the “Restart” option in the control tab and click “Yes” to confirm the restart operation.
- Utilize the WebLogic command-line tool:
- Open the command line terminal.
- Go to the bin directory of the WebLogic installation directory.
- Run the following command to restart the WebLogic server:
./startWebLogic.sh
Or alternatively
./startWebLogic.cmd
No matter which method you use, you will need to wait for a period of time for the server to complete the reboot operation. Once the server has successfully restarted, you can verify the restart by accessing the application through a browser.