1) deploy
/home/jchoi/jboss-4.2.3GA/bin>twiddle.bat -u admin -p admin invoke \
"jboss.system:service=MainDeployer" deploy "file:/home/jchoi/appcliations/hello-web.war"
"jboss.system:service=MainDeployer" deploy "file:/home/jchoi/appcliations/hello-web.war"
2) redeploy
/home/jchoi/jboss-4.2.3GA/bin>twiddle.bat -u admin -p admin invoke \
"jboss.system:service=MainDeployer" redeploy "file:/home/jchoi/appcliations/hello-web.war"
"jboss.system:service=MainDeployer" redeploy "file:/home/jchoi/appcliations/hello-web.war"
3) undeploy
/home/jchoi/jboss-4.2.3GA/bin>twiddle.bat -u admin -p admin invoke \
"jboss.system:service=MainDeployer" undeploy "file:/home/jchoi/appcliations/hello-web.war"
"jboss.system:service=MainDeployer" undeploy "file:/home/jchoi/appcliations/hello-web.war"





