Commit 6e60a69e authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Modified to use the correct property for the secure port when running the setup again.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1142 b35dd754-fafc-0310-a699-88a17e54d16e
parent ad1fc456
......@@ -59,7 +59,7 @@
if (!doContinue) {
domain = JiveGlobals.getProperty("xmpp.domain");
embeddedPort = JiveGlobals.getXMLProperty("adminConsole.port", 9090);
securePort = JiveGlobals.getXMLProperty("adminConsole.port", 9091);
securePort = JiveGlobals.getXMLProperty("adminConsole.securePort", 9091);
sslEnabled = JiveGlobals.getBooleanProperty("xmpp.socket.ssl.active", true);
// If the domain is still blank, guess at the value:
......
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