| 15 | This 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 | |
| 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 |
| 57 | The 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 |
| 59 | Level 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 |
| 64 | Service keys: !ResourceService, !DrawingService, !FeatureService, !MappingService, !RenderingService, !TileService, !KmlService, !ServerAdminService, !SiteService |
| 65 | [[BR]] |
| 66 | Example: MappingService:3,FeatureService:1 |