Are you sure that completely preventing it from starting is the right way to go? Wouldn't it be better to put your application in that case to a failure mode, that for example would direct all requests to a system error page that clearly communicates the problem to the user/administrator? That logic could be reused for any system failure during runtime (loss of database connectivity etc.), not only for the app startup.
Kalle On Wed, Oct 15, 2014 at 8:53 AM, Charlouze <m...@charlouze.com> wrote: > Hey everyone, > > Is there a way to prevent my tapestry app from starting ? > > My use case is that I perform some checks (database schema validation, > symbols presence, etc). If one of those checks fails then my app should not > start. > > Cheers, > Charles. >