* Stop server when shutting down.

This commit is contained in:
hns 2007-03-28 13:49:43 +00:00
parent b4276f683b
commit 21dfa78b0b

View file

@ -105,9 +105,8 @@ public class CommandlineRunner {
}
}
// stop the application
server.stopApplication(appName);
// stop the application and server
server.stop();
}