摘要:
JBoss AS7 has a deployment scanner enabled by default, so you can just copy the war file to ${jboss.home}/standalone/deployments and it will automatically be deployed, ie:<copy file="${war.path}" todir="${jboss.home}/standalone/deployments"/> (We can just use this sentence 阅读全文
posted @ 2013-06-14 13:55
wangle100
阅读(485)
评论(0)
推荐(0)