Changes between Version 3 and Version 4 of ServerconfigWebConfigIni
- Timestamp:
- 07/02/10 09:32:28 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerconfigWebConfigIni
v3 v4 32 32 == Overview == 33 33 Serverconfig.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. 34 34 35 == [!GeneralProperties] Section ==#ServerGeneralProperties 35 36 || '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' || … … 47 48 || !MaxLogFileSize || || 0 < Value <= 2000000 || Max size allowed for the log files in kilobytes (KB) || 48 49 || !MaxLogFileSizeEnabled || || || 0 = max size disabled, 1 = max size enabled || 49 || !Renderer || || || Image renderer to use (GD or AGG) ||50 || Renderer || || || Image renderer to use (GD or AGG) || 50 51 || !ResourcesPath || || || Path where the localization resource files are stored || 51 52 || !SerialNumber || || 0 <= Length <= 12 || The !MapGuide Server serial number (not used by !MapGuide Open Source) || … … 65 66 [[BR]] 66 67 Example: MappingService:3,FeatureService:1 68 67 69 == [!AdministrativeConnectionProperties] Section ==#ServerAdministrativeConnection 68 70 || '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' || … … 72 74 || !QueueSize || || 0 < Value <= 1024 || Max # of administration operations to queue || 73 75 || !ThreadPoolSize || || 0 < Value <= 1024 || # of threads available for processing administration operations|| 76 74 77 == [!ClientConnectionProperties] Section ==#ServerClientConnection 75 78 || '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' || … … 78 81 || !QueueSize || || 0 < Value <= 1024 || Max # of client operations to queue || 79 82 || !ThreadPoolSize || || 0 < Value <= 1024 || # of threads available for processing client operations|| 83 80 84 == [!SiteConnectionProperties] Section ==#ServerSiteConnection 81 85 || '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' || … … 85 89 || !QueueSize || || 0 < Value <= 1024 || Max # of site operations to queue || 86 90 || !ThreadPoolSize || || 0 < Value <= 1024 || # of threads available for processing site operations|| 91 87 92 == [!HostProperties] Section ==#ServerHostProperties 93 || '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' || 94 || !DrawingService || || || 0 = service unavailable, 1 = service available || 95 || !FeatureService || || || 0 = service unavailable, 1 = service available || 96 || !KmlService || || || 0 = service unavailable, 1 = service available || 97 || !MappingService || || || 0 = service unavailable, 1 = service available || 98 || !RenderingService || || || 0 = service unavailable, 1 = service available || 99 || !ResourceService || || || 0 = service unavailable, 1 = service available || 100 || !SiteService || || || 0 = service unavailable, 1 = service available || 101 || !TileService || || || 0 = service unavailable, 1 = service available || 102 88 103 == [!DrawingServiceProperties] Section ==#ServerDrawingService 104 89 105 == [!FeatureServiceProperties] Section ==#ServerFeatureService 106 || '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' || 107 || !CacheSize || || 0 < Value <= 5000 || Max # of internal data objects to cache (schemas, classes, etc...) || 108 || !CacheTimeLimit || || 0 < Value <= 2147483647 || Time duration in seconds for how long to cache the internal data objects || 109 || !CacheTimerInterval || || 0 < Value <= 2147483647 || Time interval in seconds for when the server checks for expired cache entries || 110 || !DataCacheSize || || 0 < Value <= 2147483647 || Max # of features to fetch || 111 || !DataConnectionPoolEnabled || || 0 = disabled, 1 = enabled || FDO connection pooling || 112 || !DataConnectionPoolExcludedProviders || || 0 <= Length <= 1024 [[BR]]Value = provider name(s) separated by ","[[BR]]Example: OSGeo.SDF,OSGeo.SHP|| The list of providers to exclude from connection pooling. || 113 || !DataConnectionPoolSize || || 1 < Value <= 1024 || Default # of FDO connections to cache per provider || 114 || !DataConnectionPoolSizeCustom || || 0 <= Length <= 1024 [[BR]] Example: OSGeo.SDF:10,OSGeo.SHP:10 || Custom # of FDO connections to cache for specified provider || 115 || !DataConnectionTimeout || || 0 < Value <= 2147483647 || Time duration in seconds for when an idle FDO connection is dropped || 116 || !DataConnectionTimerInterval || || 0 < Value <= 2147483647 || Time interval in seconds for when the server checks for idle FDO connections || 117 || !JoinQueryBatchSize || || 1 < Value <= 10000 || Join query batch size || 118 || !DataTransactionTimeout || || 0 < Value <= 1800 || Time duration in seconds for when an idle FDO transaction is dropped || 119 || !DataTransactionTimerInterval || || 0 < Value <= 1800 || Time interval in seconds for when the server checks for idle FDO transactions || 120 90 121 == [!MappingServiceProperties] Section ==#ServerMappingService 91 122 == [!RenderingServiceProperties] Section ==#ServerRenderingService