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
Post a Comment