Linux 停止weblogic shell脚本

WLS_PID=`ps -ef|grep weblogic|grep =AdminServer|awk '{print $2}'`
kill -9 $WLS_PID
echo weblogic stoped!!!

猜你喜欢

转载自blog.csdn.net/qq_30599553/article/details/86554110
今日推荐