Skip to content

Commit

Permalink
shutdown testappsrv
Browse files Browse the repository at this point in the history
  • Loading branch information
asdg-asdf authored Aug 14, 2018
1 parent c04b594 commit adb98ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions weblogic_shutdown.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/weblogic/bea/oracle/wlserver/common/bin/wlst.sh
import sys
print "shutdown testappsrv server....."
connect('weblogic','weblogic','t3://localhost:7001')
shutdown('testappsrv','Server','false',1000,'true', 'false')
print "shutdown testappsrv server Success........................"

0 comments on commit adb98ff

Please sign in to comment.