Linux restart WebLogic (shutdown and boot) nohup use __oracle
Source: Internet
Author: User
SSH remote connection Linux server.
Open weblogic:1, find/oracle/middleware/user_projects/domains/user _domain directory, 2, execute nohup./startweblogic.sh & ( Nohup's role is to allow WebLogic to start running in the background), 3, use the command tail-f text file name to monitor the changes in remote files, such as to monitor WebLogic a domain log output only need to enter the command: Tail-f nohup.out
Stop weblocgic: command./stopweblogic generally difficult to close, need to kill the background process (often) to view the background process #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 can
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.