[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to clean JBoss loaded EARs?

2007-10-14 Thread rigel77
PeterJ wrote : Yes, removing the EAR file (or directory) from the deploy directory is sufficient. | | If you want to start over from a completely clean server configuration, bring the app server down and also remove these directories: | | server/default/data | server/default/log |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to clean JBoss loaded EARs?

2007-10-14 Thread PeterJ
Another option, and the one I prefer: never run 'default' or 'all'. Instead, make a copy and run that. Example: copy server/default as server/foobar and then run -c foobar. That way, 'default' and 'all' are always pristene. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to clean JBoss loaded EARs?

2007-10-13 Thread PeterJ
Yes, removing the EAR file (or directory) from the deploy directory is sufficient. If you want to start over from a completely clean server configuration, bring the app server down and also remove these directories: server/default/data server/default/log server/default/tmp server/default/work