Restart WebLogic under Linux (Shutdown and start)

Source: Internet
Author: User

This article transferred from: http://blog.sina.com.cn/s/blog_4b5bc011010110nq.html

SSH remote connection to Linux server!


Open WebLogic:1, find/oracle/middleware/user_projects/domains/user _domain directory,2, the implementation of Nohup./startweblogic.sh &(& 's role is to get WebLogic to run in the background),3, use the command tail-f text file name to monitor the remote file changes, such as to monitor WebLogic a domain's log output only need to enter the command: Tail-f nohup.out Stop weblocgic: command./stopweblogic General situation is difficult to shut down, need to kill the background process (often)View background Processes#ps-ef|grep WebLogic such as:root 28596 28558 2 16:10 pts/1 00:00:18/opt/oracle/middleware/jr ... root 28880 28778 0 16:22 pts/2 00:00:00 grep weblogic  Kill background process: # kill-9 28596

Restart WebLogic under Linux (Shutdown and start)

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.