Linux下重启weblogic

linux下并不是像windows下一样,直接运行stopweblogic就能停止,而是需要杀进程再启动

查看正在运行,端口号为7003的进程

lsof -i:7003

杀PID为15996的进程

kill -9 15996

进到weblogic的bin目录

cd /u01/crfc2/crfcfss/crfcn9fss_domain/bin/

重启并以日志输出

nohup ./startWebLogic.sh & tail -f nohup.out
posted @ 2022-09-14 11:23  逆风小径上勇敢の哥哥  阅读(88)  评论(0)    收藏  举报  来源