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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to