This content has been marked as final.
Show 3 replies
-
1. Re: Hot deploy with .Class
jaikiran pai Jul 29, 2008 11:51 AM (in response to Denis Rosa)You can redeploy an entire application (containing that .class file), without having to restart the server. Is that what you are looking for? If yes, then have a look at
http://wiki.jboss.org/wiki/ExplodedDeployment
http://wiki.jboss.org/wiki/RedeployAnApplicationWhenChangeAFileInAnExplodedDeploymentDirectory -
2. Re: Hot deploy with .Class
Denis Rosa Jul 29, 2008 4:47 PM (in response to Denis Rosa)But, if i change a .class and change de web.xml too, will jboss redeploy the entire application???
-
3. Re: Hot deploy with .Class
jaikiran pai Jul 30, 2008 2:24 AM (in response to Denis Rosa)"deniswsrosa" wrote:
But, if i change a .class and change de web.xml too, will jboss redeploy the entire application???
If your application is a WAR, then yes.