Changes between Version 5 and Version 6 of ServerconfigWebConfigIni
- Timestamp:
- 07/02/10 10:14:51 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerconfigWebConfigIni
v5 v6 136 136 || !GeneralizeData || || 0 = false and 1 = true || Specifies whether feature geometry is generalized before being rendered (experimental) || 137 137 138 139 138 == [!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 140 152 == [!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 141 157 == [!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 142 167 == [!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 143 173 == [!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 144 179 == [!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 145 185 == [!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 146 191 == [!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 147 197 == [!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 148 203 == [!FontAliases] Section ==#ServerFontAliases 204 This 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] 207 Font name #1 in layer definition = font name #1 on disk 208 Font name #2 in layer definition = font name #2 on disk 209 }}} 210 149 211 == [!UnmanagedDataMappings] Section ==#ServerUnmanagedDataMappings 150 212 This section is used to map a mapping name to an unmanaged data folder. 213 {{{ 214 [UnmanagedDataMappings] 215 Mapped name in feature source = Data folder on disk 216 }}} 151 217 152 218 = Webconfig.ini =#Web