[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can we deploy without restarting?

jaikiran do-not-reply at jboss.com
Thu Nov 29 23:57:11 EST 2007


anonymous wrote :  But the issue is, if I copy-paste the ear to the deploy directory the apps is not restarted

By default, the server should have picked up the application and started the deployment. Have you done any changes to the jboss-service.xml file in the %JBOSS_HOME%/< serverName>/conf folder? Specifically look for the "Deployment Scanning" MBean in that file and make sure that the MBean or its "ScanEnabled" and "ScanPeriod" properties are not commented out.

anonymous wrote : Is it possible to deploy apps to appserver without shutting it down? e.g through a web-console or something?

The other way to do this is to use the jmx-console (http://localhost:8080/jmx-console). On the page that comes up, look for MainDeployer and click on that link. The next page will list down all the methods available. There are a couple of deploy() method which accept the file path to deploy the application. 


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

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



More information about the jboss-user mailing list