Commit d85ecb69 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Read port from config file (JM-159).


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@949 b35dd754-fafc-0310-a699-88a17e54d16e
parent 4c97470e
......@@ -73,7 +73,7 @@ public class AdminConsolePlugin implements Plugin {
// Configure HTTP socket listener
port = JiveGlobals.getProperty("adminConsole.port", "9090");
port = JiveGlobals.getXMLProperty("adminConsole.port", "9090");
jetty.addListener(port);
// Add web-app
......
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