let jetty stop at shutdown
This commit is contained in:
@@ -105,6 +105,7 @@ public class LocalTestServer {
|
||||
}
|
||||
};
|
||||
neoServer.start();
|
||||
neoServer.getWebServer().getJetty().setStopAtShutdown(true);
|
||||
}
|
||||
|
||||
public void stop() {
|
||||
|
||||
Reference in New Issue
Block a user