Advertisement
Guest User

Untitled

a guest
May 9th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. !/bin/sh
  2.  
  3. FILENAME=$1
  4. PATH=$PATH:/usr/local/java/bin
  5.  
  6. cd /usr/local/wildfly/bin
  7.  
  8. ./jboss-cli.sh -c --user=myUser --password=myPassword --command="deploy $FILENAME"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement