Commit f04355a1 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

[JM-1270] Changed default HTTP binding ports to 7070 and 7443.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9913 b35dd754-fafc-0310-a699-88a17e54d16e
parent 59095821
...@@ -42,11 +42,11 @@ public final class HttpBindManager { ...@@ -42,11 +42,11 @@ public final class HttpBindManager {
public static final String HTTP_BIND_PORT = "httpbind.port.plain"; public static final String HTTP_BIND_PORT = "httpbind.port.plain";
public static final int HTTP_BIND_PORT_DEFAULT = 8080; public static final int HTTP_BIND_PORT_DEFAULT = 7070;
public static final String HTTP_BIND_SECURE_PORT = "httpbind.port.secure"; public static final String HTTP_BIND_SECURE_PORT = "httpbind.port.secure";
public static final int HTTP_BIND_SECURE_PORT_DEFAULT = 8483; public static final int HTTP_BIND_SECURE_PORT_DEFAULT = 7443;
private static HttpBindManager instance = new HttpBindManager(); private static HttpBindManager instance = new HttpBindManager();
......
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