let jetty stop at shutdown

This commit is contained in:
Michael Hunger
2011-07-18 22:33:17 +02:00
parent 71f478973c
commit cb2443ed32

View File

@@ -105,6 +105,7 @@ public class LocalTestServer {
}
};
neoServer.start();
neoServer.getWebServer().getJetty().setStopAtShutdown(true);
}
public void stop() {