forked from I2P_Developers/i2p.i2p
* AppManager: Register jetty, console, and SAM with manager
This commit is contained in:
@ -605,6 +605,8 @@ public class RouterConsoleRunner implements RouterApp {
|
||||
}
|
||||
}
|
||||
changeState(RUNNING);
|
||||
if (_mgr != null)
|
||||
_mgr.register(this);
|
||||
}
|
||||
} else {
|
||||
System.err.println("ERROR: Router console did not start, not starting webapps");
|
||||
|
Reference in New Issue
Block a user