[jboss-user] [Beginners Corner] - Re: Deploying WAR files - stop and start server?

jaikiran do-not-reply at jboss.com
Mon Aug 20 04:54:19 EDT 2007


1) If the WAR file is a new file  (which wasnt deployed earlier) then just copy/paste it to the deploy folder. It will be automatically picked up by JBoss and deployed. You dont have to restart JBoss.

2) If the WAR is an already deployed application 
    A) and it is in exploded form, then follow this :

http://wiki.jboss.org/wiki/Wiki.jsp?page=RedeployAnApplicationWhenChangeAFileInAnExplodedDeploymentDirectory

    B) If the WAR is deployed as an archive, then just delete it from the deploy folder and paste the new WAR (containing the changes you made).

You dont have to restart the server, in any of these cases.


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

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



More information about the jboss-user mailing list