weblogic12c - Stop weblogic server forcefully using command line -


i want shutdown weblogic server using command line forcefully. have specific scenario. have written batch file stuff , shutdown weblogic server using stopweblogic.cmd follows:

"%weblogic_domain_path%\bin\stopweblogic.cmd" 

i have gone through this document. can't follow approach since don't want change stopweblogic.cmd. there way achieve this?

a wlst script way go. see shutdown command has optional 'force' parameter.

n.b. on unix/linux can send sigterm signal pid of weblogic server perform force shutdown. i.e. kill -term pid


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

xcode - Swift Playground - Files are not readable -

jboss7.x - JBoss AS 7.3 vs 7.4 and differences -