Skip to content

Commit

Permalink
change war name
Browse files Browse the repository at this point in the history
  • Loading branch information
asdg-asdf authored Aug 14, 2018
1 parent 61514f6 commit bdc7e0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions weblogic_war_deploy.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/weblogic/bea/oracle/wlserver/common/bin/wlst.sh
import sys
print "start updateDeploy perbank....."
print "start updateDeploy testwar....."
connect('weblogic','weblogic','t3://localhost:7001')
stopApplication("perbank")
redeploy("perbank")
startApplication("perbank")
stopApplication("testwar")
redeploy("testwar")
startApplication("testwar")
print "updateDeploy Success........................"

0 comments on commit bdc7e0a

Please sign in to comment.