try {
final IsisSystem system = (IsisSystem) servletContext.getAttribute(WebAppConstants.ISIS_SYSTEM_KEY);
if (system != null) {
LOG.info("calling system shutdown");
system.shutdown();
}
} finally {
servletContext.removeAttribute(WebAppConstants.ISIS_SYSTEM_KEY);
LOG.info("server shut down");
}