There's a MBean named MainDeployer which you could use to deploy the applications
programatically. Access you jmx-console (
http://localhost:8080/jmx-console) and on that
page look for service=MainDeployer under the jboss.system domain. If you click on that
link you will be forwarded to a page which shows you all the available APIs (one of which
is the deploy method) on this MBean. The JBossJMX FAQ at
http://wiki.jboss.org/wiki/Wiki.jsp?page=FAQJBossJMX will help you in using the MBean
programatically.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132399#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...