Changes between Version 5 and Version 6 of ServerconfigWebConfigIni


Ignore:
Timestamp:
Jul 2, 2010, 10:14:51 AM (14 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerconfigWebConfigIni

    v5 v6  
    136136|| !GeneralizeData || || 0 = false and 1 = true || Specifies whether feature geometry is generalized before being rendered (experimental) ||
    137137
    138 
    139138== [!ResourceServiceProperties] Section ==#ServerResourceService
     139|| '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' ||
     140|| !LibraryRepositoryPath || ||  || Path where the Library repository is stored ||
     141|| !LibraryResourceDataFilePath || ||  || Path where the Library resource data files are stored ||
     142|| !PackagesPath || ||  || Path where the resource packages can be found ||
     143|| !RepositoryCheckpointsTimerInterval || || 0 < Value <= 2147483647 || Time duration in seconds for when the server performs checkpoints for all the repositories  ||
     144|| !ResourceChangeTimerInterval || || 0 < Value <= 2147483647 || Time duration in seconds for when the server dispatches resource change notifications  ||
     145|| !ResourceDataFileTrashFolderName || ||  || Folder where the repository trash files are stored ||
     146|| !ResourcePermissionCacheSize || || 0 <= Value <= 2147483647 || Max # of resources with permission information to be cached ||
     147|| !ResourceSchemaFilePath || ||  || Path where the resource schema files are stored ||
     148|| !SessionRepositoryPath || ||  || Path where the Session repository is stored  ||
     149|| !SessionResourceDataFilePath || ||  || Path where the Session resource data files are stored  ||
     150|| !SiteRepositoryPath || ||  || Path where the Site repository is stored  ||
     151
    140152== [!SiteServiceProperties] Section ==#ServerSiteService
     153|| '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' ||
     154|| !SessionTimeout || || 0 < Value <= 86400 || Time duration in seconds for when an idle session is expired ||
     155|| !SessionTimerInterval || || 0 < Value <= 2147483647 || ime interval in seconds for when the server checks for idle sessions  ||
     156
    141157== [!TileServiceProperties] Section ==#ServerTileService
     158|| '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' ||
     159|| !RenderOnly || || 0 = false and 1 = true ||  Renders the tile only ||
     160|| !TileCachePath || || || Root path of the image tile cache ||
     161|| !TileColumnsPerFolder || || 0 < Value <= 1000 || Number of columns of tiles per folder ||
     162|| !TileRowsPerFolder || || 0 < Value <= 1000 || Number of rows of tiles per folder ||
     163|| !DefaultTileSizeX || || 50 < value <= 10000 || Width of generated tiles in pixels ||
     164|| !DefaultTileSizeY || || 50 < value <= 10000 || Height of generated tiles in pixels ||
     165|| !ImageFormat || || PNG, PNG8, GIF or JPG || Image format for generated tiles ||
     166
    142167== [!AccessLogProperties] Section ==#ServerAccessLog
     168|| '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' ||
     169|| Enabled || ||  || 0 = log disabled, 1 = log enabled ||
     170|| Filename || ||  || Name of the log file  ||
     171|| Parameters || ||  || Log parameters, eg. CLIENT,CLIENTIP,USER,OPID ||
     172
    143173== [!AdminLogProperties] Section ==#ServerAdminLog
     174|| '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' ||
     175|| Enabled || ||  || 0 = log disabled, 1 = log enabled ||
     176|| Filename || ||  || Name of the log file  ||
     177|| Parameters || ||  || Log parameters, eg. CLIENT,CLIENTIP,USER,OPID ||
     178
    144179== [!AuthenticationLogProperties] Section ==#ServerAuthenticationLog
     180|| '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' ||
     181|| Enabled || ||  || 0 = log disabled, 1 = log enabled ||
     182|| Filename || ||  || Name of the log file  ||
     183|| Parameters || ||  || Log parameters, eg. CLIENT,CLIENTIP,USER ||
     184
    145185== [!ErrorLogProperties] Section ==#ServerErrorLog
     186|| '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' ||
     187|| Enabled || ||  || 0 = log disabled, 1 = log enabled ||
     188|| Filename || ||  || Name of the log file  ||
     189|| Parameters || ||  || Log parameters, eg. CLIENT,CLIENTIP,USER,OPID ||
     190
    146191== [!SessionLogProperties] Section ==#ServerSessionLog
     192|| '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' ||
     193|| Enabled || ||  || 0 = log disabled, 1 = log enabled ||
     194|| Filename || ||  || Name of the log file  ||
     195|| Parameters || ||  || Log parameters, eg. CLIENT,CLIENTIP,USER,STARTTIME,ENDTIME,OPSFAILED,OPSRECEIVED,AVERAGEOPTIME ||
     196
    147197== [!TraceLogProperties] Section ==#ServerTraceLog
     198|| '''Property Name''' || '''Supported In''' || '''Restrictions''' || '''Description''' ||
     199|| Enabled || ||  || 0 = log disabled, 1 = log enabled ||
     200|| Filename || ||  || Name of the log file  ||
     201|| Parameters || ||  || Log parameters, eg. INFO ||
     202
    148203== [!FontAliases] Section ==#ServerFontAliases
     204This section is used to map a font family name to another.  The left side is a name that might be specified by the user and the right side is what font to actually use.
     205{{{
     206[FontAliases]
     207Font name #1 in layer definition = font name #1 on disk
     208Font name #2 in layer definition = font name #2 on disk
     209}}}
     210
    149211== [!UnmanagedDataMappings] Section ==#ServerUnmanagedDataMappings
    150 
     212This section is used to map a mapping name to an unmanaged data folder.
     213{{{
     214[UnmanagedDataMappings]
     215Mapped name in feature source = Data folder on disk
     216}}}
    151217
    152218= Webconfig.ini =#Web