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

2007-11-29 Thread nicdo77
Well, you can redeploy an app by just updating the .ear file on your deploy 
directory (basically, where you put iit the first time)
But i assume you want to do it from a remote machine?
Nico.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4108870#4108870

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108870
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-11-29 Thread thejavafreak
Yes Nico,

I want to do it from remote machine. Well this is not a problem. But the issue 
is, if I copy-paste the ear to the deploy directory the apps is not restarted. 
So I assume I have to restart the server.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4109107#4109107

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109107
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-11-29 Thread jaikiran
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=bbop=viewtopicp=4109132#4109132

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109132
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user