[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can JBoss auto un-WAR when deploying?

PeterJ do-not-reply at jboss.com
Fri Jan 25 10:45:39 EST 2008


Maybe. Depends on your build process. Maven2 gathers all war contents into a directory in one step and packages those contents into a war file in the next step. My Ant scripts follow the same pattern. Deploying then becomes copying the directory.

Or if your Ant script packages the war file from disparate locations, you can use the unzip/unjar task to explode the file into the deploy directory.

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

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



More information about the jboss-user mailing list