[mapguide-commits] r1102 - in trunk/MgDev: Server/src/Core Web/src
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Fri Feb 9 20:44:25 EST 2007
Author: brucedechant
Date: 2007-02-09 20:44:25 -0500 (Fri, 09 Feb 2007)
New Revision: 1102
Modified:
trunk/MgDev/Server/src/Core/serverconfig.ini
trunk/MgDev/Web/src/webconfig.ini
Log:
Change the server/web communication(client/site/admin) ports so that the next release can coexist with the current release.
The new port range is 2810-2812. The previous port range was 2800-2802.
Modified: trunk/MgDev/Server/src/Core/serverconfig.ini
===================================================================
--- trunk/MgDev/Server/src/Core/serverconfig.ini 2007-02-09 23:31:24 UTC (rev 1101)
+++ trunk/MgDev/Server/src/Core/serverconfig.ini 2007-02-10 01:44:25 UTC (rev 1102)
@@ -118,7 +118,7 @@
# *****************************************************************************
Email =
MaxConnections = 10
-Port = 2800
+Port = 2810
QueueSize = 20
ThreadPoolSize = 10
@@ -145,7 +145,7 @@
# 0 < Value <= 1024
# *****************************************************************************
MaxConnections = 100
-Port = 2801
+Port = 2811
QueueSize = 40
ThreadPoolSize = 20
@@ -175,7 +175,7 @@
# *****************************************************************************
IpAddress = 127.0.0.1
MaxConnections = 20
-Port = 2802
+Port = 2812
QueueSize = 20
ThreadPoolSize = 10
Modified: trunk/MgDev/Web/src/webconfig.ini
===================================================================
--- trunk/MgDev/Web/src/webconfig.ini 2007-02-09 23:31:24 UTC (rev 1101)
+++ trunk/MgDev/Web/src/webconfig.ini 2007-02-10 01:44:25 UTC (rev 1102)
@@ -54,7 +54,7 @@
# configuration file.
#
# *****************************************************************************
-Port = 2800
+Port = 2810
[ClientConnectionProperties]
# *****************************************************************************
@@ -71,7 +71,7 @@
# configuration file.
#
# *****************************************************************************
-Port = 2801
+Port = 2811
[SiteConnectionProperties]
# *****************************************************************************
@@ -91,7 +91,7 @@
#
# *****************************************************************************
IpAddress = 127.0.0.1
-Port = 2802
+Port = 2812
[AgentProperties]
# *****************************************************************************
More information about the mapguide-commits
mailing list