Commit 50c39cf8 authored by Alex Wenckus's avatar Alex Wenckus Committed by alex

Changing back from distinct ports now works.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/branches@5772 b35dd754-fafc-0310-a699-88a17e54d16e
parent 2760b6d6
......@@ -168,7 +168,9 @@ public class HttpServerManager {
private void addContexts() {
if(httpBindServer == adminServer && httpBindServer != null) {
adminConsoleContext.addServlet(httpBindContext, httpBindPath);
adminServer.addHandler(adminConsoleContext);
if (adminConsoleContext.getServer() == null) {
adminServer.addHandler(adminConsoleContext);
}
return;
}
if(adminServer != null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment