Changes between Version 1 and Version 2 of ServerconfigWebConfigIni


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerconfigWebConfigIni

    v1 v2  
    1313
    1414= Overview =
     15This document describes the parameters and provides parameter tuning tips for serverconfig.ini and webconfig.ini.
     16
     17== Common Validation Information ==
     18=== String Properties ===
     19|| '''Property Type''' || '''Range of String Length'''  || '''Reserved Characters''' ||
     20|| File Name || 0 < Length <= 128 || \/:*?"<>| ||
     21|| Folder Name || 0 < Length <= 128 || \/:*?"<>| ||
     22|| Log Parameters || 0 < Length <= 1024 || ||
     23|| Password || 0 < Length <= 64 || \t\r\n\v\f ||
     24|| Path || 0 < Length <= 255 || *?"<>| ||
     25=== Numeric Properties ===
     26|| '''Property Type''' || '''Range of String Length'''  ||
     27|| Port Number ||  0 < Value <= 65535 ||
     28
    1529
    1630
    1731= Serverconfig.ini =#Server
    1832== Overview ==
     33Serverconfig.ini controls various aspects of the !MapGuide Server process.  It is typically located in C:\Program Files\OSGeo\!MapGuide\Server\bin or /usr/local/mapguideopensource/server/bin.
    1934== [!GeneralProperties] Section ==#ServerGeneralProperties
     35|| '''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 ||
     56=== Locale Parameter ===#ServerLocale
     57The 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
     58=== !LogsDetail Parameter ===#ServerLogsDetail
     59Level of logging detail per service.
     60 * 0 - Errors without parameters (default)
     61 * 1 - Warnings and Errors with parameters
     62 * 2 - Trace, Warnings, and Errors
     63 * 3 - Internal Trace, Trace, Warnings, and Errors
     64Service keys: !ResourceService, !DrawingService, !FeatureService, !MappingService, !RenderingService, !TileService, !KmlService, !ServerAdminService, !SiteService
     65[[BR]]
     66Example: MappingService:3,FeatureService:1
    2067== [!AdministrativeConnectionProperties] Section ==#ServerAdministrativeConnection
    2168== [!ClientConnectionProperties] Section ==#ServerClientConnection
     
    4188= Webconfig.ini =#Web
    4289== Overview ==
     90Webconfig.ini controls various aspects of the !MapGuide !WebExtensions and !MapAgent. It is typically located in C:\Program Files\OSGeo\!MapGuide\Web\www or /usr/local/mapguideopensource/webserverextensions/www.
    4391== [!GeneralProperties] Section ==#WebGeneralProperties
    4492== [!AdministrativeConnectionProperties] Section ==#WebAdministrativeConnection