Re: How to automatically undeploy a context

2010-12-19 Thread Michael Ludwig
Alexandre FILLATRE schrieb am 19.12.2010 um 12:13 (+0100): > > The thing is that I'd be able to deploy some code whenever I want (in > order to cleanup my database, clear the caches, etc) Have you considered using cronjobs, or a context listener? The system you want to run a job against might als

How to automatically undeploy a context

2010-12-19 Thread Alexandre FILLATRE
Hi folks, I'd like to know how I could trigger an automatic undeploy of a context after it has been fully loaded. The thing is that I'd be able to deploy some code whenever I want (in order to cleanup my database, clear the caches, etc), and be sure this webapp will not be reloaded next time I res