* Console cleanups

* Router: Don't do some things when we are shutting down
    * VMCommSystem fixups
This commit is contained in:
zzz
2009-08-14 01:52:47 +00:00
parent 7e039d0339
commit bcd22cfbf3
8 changed files with 32 additions and 12 deletions

View File

@ -205,6 +205,7 @@ public class RouterConsoleRunner {
}
}
/*******
public void stopConsole() {
try {
_server.stop();
@ -212,6 +213,7 @@ public class RouterConsoleRunner {
ie.printStackTrace();
}
}
********/
public static Properties webAppProperties() {
Properties rv = new Properties();