Console: Register all webapps with port mapper (ticket #1749)

This commit is contained in:
zzz
2018-03-14 12:23:37 +00:00
parent 74ea45901a
commit 9b3082be06
5 changed files with 42 additions and 5 deletions

View File

@ -1115,7 +1115,7 @@ public class RouterConsoleRunner implements RouterApp {
continue;
if (WebAppStarter.isWebAppRunning(app)) {
try {
WebAppStarter.stopWebApp(app);
WebAppStarter.stopWebApp(_context, app);
} catch (Throwable t) { t.printStackTrace(); }
}
}