}
}
if (hasStopRequested()){
ServerSettings.setStopAllThreads(true);
stopAllServers();
ShutdownStrategy shutdownStrategy;
try {
shutdownStrategy = ServerSettings.getShutdownStrategy();
} catch (Exception e) {
String strategies="";
for(ShutdownStrategy s:ShutdownStrategy.values()){