77787980818283848586
Runtime.getRuntime().addShutdownHook(new Thread() { @Override public void run() { container.shutdown(); } }); } }