I develop web-application which uses GWT for clients and JCR (Jackrabbit) for persistence. Maven GWT plug-in (mvn gwt:run) launches some UI where communication between clients and server is tracked. This UI also provides an option to restart the server.
I'd like to intercept server restart event and perform some actions like repository.shutdown() before server actually goes to restart.
Is there a way to register handler and define an action for such server events?