This content has been marked as final.
Show 3 replies
-
1. Re: How can I update files in deploy/tmp when start jboss b
peterj Nov 15, 2006 12:22 PM (in response to sofia)You should deploy your application as an exploded ear or war file and then update the configuration files in there. That avoids the issue of tmp going away when the server is restarted.
See http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment -
2. Re: How can I update files in deploy/tmp when start jboss b
sofia Nov 16, 2006 6:19 AM (in response to sofia)Thanks but that's not exactly what I need.
My problem is when the server shuts down it deletes the deployed web aplication, so when it is started again it redeployes the web app again. I only want the redeploy to occur once the war file has changes
in it -
3. Re: How can I update files in deploy/tmp when start jboss b
sofia Nov 16, 2006 6:40 AM (in response to sofia)I'm so sorry Peter, your answer right, is great. Thanks a lot.