[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Unwanted Deployment

PeterJ do-not-reply at jboss.com
Thu Sep 20 01:00:44 EDT 2007


Put your EAR file anywhere, and when you want to deploy it call the deploy() operation of the jboss.system:service=MainDeployer MBean, passing in the full path (or URL) for the EAR file. You can do this programatically, via the JMC Console, or via twiddle.

Similarly, you can call undeploy to undeploy the application.

By the way, if you use this scheme, you will have to redeploy the application if you restart the app server.   

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4086431#4086431

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4086431



More information about the jboss-user mailing list