shutdown weblogic with force option

来源:互联网 发布:linux mint 字体 编辑:程序博客网 时间:2024/05/29 16:20

change the stopWebLogic.sh
find
echo "shutdown('${SERVER_NAME}','Server')" >>"shutdown.py"
change it to
echo "shutdown('${SERVER_NAME}','Server',force='true')" >>"shutdown.py"

原创粉丝点击