forked from I2P_Developers/i2p.i2p
SSL Wizard: Stop and restart Jetty if running
Make JettyStart restartable RouterAppManager workaround for JettyStart becoming untracked after stop
This commit is contained in:
@@ -113,7 +113,7 @@ public class JettyStart implements ClientApp {
|
||||
}
|
||||
|
||||
public synchronized void startup() {
|
||||
if (_state != INITIALIZED)
|
||||
if (_state != INITIALIZED && _state != STOPPED && _state != START_FAILED)
|
||||
return;
|
||||
if (_jettys.isEmpty()) {
|
||||
changeState(START_FAILED);
|
||||
|
||||
Reference in New Issue
Block a user