Changes between Version 2 and Version 3 of ServerconfigWebConfigIni


Ignore:
Timestamp:
May 10, 2010, 4:45:01 PM (14 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerconfigWebConfigIni

    v2 v3  
    3434== [!GeneralProperties] Section ==#ServerGeneralProperties
    3535|| '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' ||
    36 || !ConnectionTimeout || >= 2.1 ||  < Value <= 86400 || Time duration in seconds for when an idle connection is dropped ||
    37 || !ConnectionTimerInterval || >= 2.1 || 0 < Value <= 2147483647 || Time interval in seconds for when the server checks for idle connections ||
    38 || !DefaultMessageLocale|| >= 2.1 || Length = 2 || ISO 639-1 name for the message locale ||
    39 || !DisplayName|| >= 2.1 ||0 <= Length <= 255 [[BR]]Reserved Characters: \/:*?"<>| || Display name of the server ||
    40 || !FdoPath|| >= 2.1 || ||Path where FDO is installed ||
    41 || !LicenseServerPath || >= 2.1 || ||The path to the License server (not used by !MapGuide Open Source) ||
    42 || [#ServerLocale Locale]|| >= 2.1 ||0 <= Length <= 255 || The server's locale. ||
    43 || !LogsDelimiter|| >= 2.1 || || Delimiter that separates the data fields in the log files ||
    44 || [#ServerLogsDetail LogsDetail]|| >= 2.1 || ||  Level of logging detail per service
    45 || !LogsPath || >= 2.1 || || Path where log files are stored ||
    46 || !MachineIp || >= 2.1 || 0 < Length <= 255 || IP address of the server ||
    47 || !MaxLogFileSize || >= 2.1 || 0 < Value <= 2000000 || Max size allowed for the log files in kilobytes (KB) ||
    48 || !MaxLogFileSizeEnabled || >= 2.1 || || 0 = max size disabled, 1 = max size enabled ||
    49 || !Renderer || >= 2.1 || || Image renderer to use (GD or AGG) ||
    50 || !ResourcesPath || >= 2.1 || || Path where the localization resource files are stored ||
    51 || !SerialNumber || >= 2.1 || 0 <= Length <= 12 || The !MapGuide Server serial number (not used by !MapGuide Open Source) ||
    52 || !TcpIpMtu || >= 2.1 ||  0 < Value <= 65535 || TCP/IP maximum transmission unit ||
    53 || !TempPath || >= 2.1 || || Path where the temporary files are stored ||
    54 || !WfsDocumentPath || >= 2.1 || || Document path location for WFS documents ||
    55 || !WmsDocumentPath || >= 2.1 || || Document path location for WMS documents ||
     36|| !ConnectionTimeout || ||  < Value <= 86400 || Time duration in seconds for when an idle connection is dropped ||
     37|| !ConnectionTimerInterval || || 0 < Value <= 2147483647 || Time interval in seconds for when the server checks for idle connections ||
     38|| !DefaultMessageLocale|| || Length = 2 || ISO 639-1 name for the message locale ||
     39|| !DisplayName|| ||0 <= Length <= 255 [[BR]]Reserved Characters: \/:*?"<>| || Display name of the server ||
     40|| !FdoPath|| || ||Path where FDO is installed ||
     41|| !LicenseServerPath || || ||The path to the License server (not used by !MapGuide Open Source) ||
     42|| [#ServerLocale Locale]|| ||0 <= Length <= 255 || The server's locale. ||
     43|| !LogsDelimiter|| || || Delimiter that separates the data fields in the log files ||
     44|| [#ServerLogsDetail LogsDetail]|| || ||  Level of logging detail per service
     45|| !LogsPath || || || Path where log files are stored ||
     46|| !MachineIp || || 0 < Length <= 255 || IP address of the server ||
     47|| !MaxLogFileSize || || 0 < Value <= 2000000 || Max size allowed for the log files in kilobytes (KB) ||
     48|| !MaxLogFileSizeEnabled || || || 0 = max size disabled, 1 = max size enabled ||
     49|| !Renderer || || || Image renderer to use (GD or AGG) ||
     50|| !ResourcesPath || || || Path where the localization resource files are stored ||
     51|| !SerialNumber || || 0 <= Length <= 12 || The !MapGuide Server serial number (not used by !MapGuide Open Source) ||
     52|| !TcpIpMtu || ||  0 < Value <= 65535 || TCP/IP maximum transmission unit ||
     53|| !TempPath || || || Path where the temporary files are stored ||
     54|| !WfsDocumentPath || || || Document path location for WFS documents ||
     55|| !WmsDocumentPath || || || Document path location for WMS documents ||
    5656=== Locale Parameter ===#ServerLocale
    5757The server's locale.  If left blank it will default to the operating system locale [[BR]] Format: lang[_country_region.code_page] [[BR]] Example (Windows): English_United States.1252 [[BR]] Example (Linux): en_US.iso88591
     
    6666Example: MappingService:3,FeatureService:1
    6767== [!AdministrativeConnectionProperties] Section ==#ServerAdministrativeConnection
     68|| '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' ||
     69|| Email || ||  0 <= Length <= 255 || Server administrator's email address ||
     70|| !MaxConnections || || 0 < Value <= 1024 || Max # of open administration connections ||
     71|| Port || || ||Port to use for administration operations.[[BR]]WARNING: If you change the port # here you must also[[BR]]change the corresponding port # in webconfig.ini  ||
     72|| !QueueSize || || 0 < Value <= 1024 || Max # of administration operations to queue ||
     73|| !ThreadPoolSize || || 0 < Value <= 1024 ||  # of threads available for processing administration operations||
    6874== [!ClientConnectionProperties] Section ==#ServerClientConnection
     75|| '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' ||
     76|| !MaxConnections || || 0 < Value <= 1024 || Max # of open client connections ||
     77|| Port || || ||Port to use for client operations.[[BR]]WARNING: If you change the port # here you must also[[BR]]change the corresponding port # in webconfig.ini  ||
     78|| !QueueSize || || 0 < Value <= 1024 || Max # of client operations to queue ||
     79|| !ThreadPoolSize || || 0 < Value <= 1024 ||  # of threads available for processing client operations||
    6980== [!SiteConnectionProperties] Section ==#ServerSiteConnection
     81|| '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' ||
     82|| !IpAddress || || 0 < Length <= 255 || IP address of site server ||
     83|| !MaxConnections || || 0 < Value <= 1024 || Max # of open site connections ||
     84|| Port || || ||Port to use for site operations.[[BR]]WARNING: If you change the port # here you must also[[BR]]change the corresponding port # in webconfig.ini  ||
     85|| !QueueSize || || 0 < Value <= 1024 || Max # of site operations to queue ||
     86|| !ThreadPoolSize || || 0 < Value <= 1024 ||  # of threads available for processing site operations||
    7087== [!HostProperties] Section ==#ServerHostProperties
    7188== [!DrawingServiceProperties] Section ==#ServerDrawingService