"Quick View" Linux startup and shutdown WebLogic (Management Server + managed server)

Source: Internet
Author: User

The WebLogic Management Server and the managed server are started, closed, and occasionally used, but not commonly used, resulting in the need to forget, and then re-check help.

Therefore, to this record, easy to access, implementation.

First, the WebLogic startup and shutdown scripts are all in the Bin folder of the domain directory, so CD to that directory first

CD $WEBLOGIC _home/user_projects/domains/$DOMAIN _name/bin

Then execute the following script as needed:

Management Server Start-up

./startweblogic.sh can

But leaving command-line mode is off, so you need nohup mode

You can also output the log to Xxx.log

Nohup./startweblogic.sh >./xxx.log &

Shutdown of the Management Server

./stopweblogic.sh

Startup of Managed Servers

./startmanagedweblogic.sh Managedserver1 http://xxx.xxx.xxx.xxx:xxxx, where "http://xxx.xxx.xxx.xxx:xxxx" is the console address

But leaving command-line mode is off, so you need nohup mode

You can also output the log to Xxx.log

Nohup./startmanagedweblogic.sh managedserver1 http://xxx.xxx.xxx.xxx:xxxx >/xxx.log &

Shutdown of the managed server

./stopmanagedweblogic.sh managedserver1 t3://xxx.xxx.xxx.xxx:xxxx username password

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.