* AppManager: Register jetty, console, and SAM with manager

This commit is contained in:
zzz
2013-04-19 11:41:35 +00:00
parent 5cb449efed
commit 5ea2832ae0
3 changed files with 5 additions and 0 deletions

View File

@@ -118,6 +118,7 @@ public class JettyStart implements ClientApp {
}
}
changeState(RUNNING);
_mgr.register(JettyStart.this);
}
}