Logger.fatal(InitServlet.class, e2.getMessage(), e2);
throw new ServletException(e2.getMessage(), e2);
}
//Adding the shutdown hook
Runtime.getRuntime().addShutdownHook(new ShutdownHookThread());
/*
* Delete the files out of the temp dir (this gets huge)
*/