Changes between Version 3 and Version 4 of ServerconfigWebConfigIni


Ignore:
Timestamp:
Jul 2, 2010, 9:32:28 AM (14 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerconfigWebConfigIni

    v3 v4  
    3232== Overview ==
    3333Serverconfig.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
    3435== [!GeneralProperties] Section ==#ServerGeneralProperties
    3536|| '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' ||
     
    4748|| !MaxLogFileSize || || 0 < Value <= 2000000 || Max size allowed for the log files in kilobytes (KB) ||
    4849|| !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) ||
    5051|| !ResourcesPath || || || Path where the localization resource files are stored ||
    5152|| !SerialNumber || || 0 <= Length <= 12 || The !MapGuide Server serial number (not used by !MapGuide Open Source) ||
     
    6566[[BR]]
    6667Example: MappingService:3,FeatureService:1
     68
    6769== [!AdministrativeConnectionProperties] Section ==#ServerAdministrativeConnection
    6870|| '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' ||
     
    7274|| !QueueSize || || 0 < Value <= 1024 || Max # of administration operations to queue ||
    7375|| !ThreadPoolSize || || 0 < Value <= 1024 ||  # of threads available for processing administration operations||
     76
    7477== [!ClientConnectionProperties] Section ==#ServerClientConnection
    7578|| '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' ||
     
    7881|| !QueueSize || || 0 < Value <= 1024 || Max # of client operations to queue ||
    7982|| !ThreadPoolSize || || 0 < Value <= 1024 ||  # of threads available for processing client operations||
     83
    8084== [!SiteConnectionProperties] Section ==#ServerSiteConnection
    8185|| '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' ||
     
    8589|| !QueueSize || || 0 < Value <= 1024 || Max # of site operations to queue ||
    8690|| !ThreadPoolSize || || 0 < Value <= 1024 ||  # of threads available for processing site operations||
     91
    8792== [!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
    88103== [!DrawingServiceProperties] Section ==#ServerDrawingService
     104
    89105== [!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
    90121== [!MappingServiceProperties] Section ==#ServerMappingService
    91122== [!RenderingServiceProperties] Section ==#ServerRenderingService