Friday, September 19, 2008

Weblogic 10 force shutdown

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

No comments:

Post a Comment