# HG changeset patch # User Tim Englich # Date 1258117261 0 # Node ID b198ca47f363febd79e124ddbfe89a849ebaae8d # Parent 008709f796118484a5ee0b7a525f51018e5badad Added Documentation of Configuration-Files gnv-artifacts/trunk@334 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 008709f79611 -r b198ca47f363 gnv-artifacts/ChangeLog --- a/gnv-artifacts/ChangeLog Fri Nov 13 09:57:25 2009 +0000 +++ b/gnv-artifacts/ChangeLog Fri Nov 13 13:01:01 2009 +0000 @@ -1,5 +1,13 @@ 2009-11-13 Tim Englich + * doc/conf/log4j.properties,, + doc/conf/conf.xml, + doc/conf/arcsdeconnectionpool.properties, + doc/conf/products/timeseries/conf_timeseriespoint.xml: + Added Documentation of Configuration-Files. + +2009-11-13 Tim Englich + * doc/conf/products/verticalcrosssection/conf_mesh.xml, doc/conf/products/horizontalcrosssection/conf_mesh.xml: Removed statistics as possible out-Variant from Configuration diff -r 008709f79611 -r b198ca47f363 gnv-artifacts/doc/conf/arcsdeconnectionpool.properties --- a/gnv-artifacts/doc/conf/arcsdeconnectionpool.properties Fri Nov 13 09:57:25 2009 +0000 +++ b/gnv-artifacts/doc/conf/arcsdeconnectionpool.properties Fri Nov 13 13:01:01 2009 +0000 @@ -1,3 +1,24 @@ +############################################################################### +############################################################################### +# In this File it is possible to configure the Connectionpool to the the +# ArcSDE-DataBackend. +# maxActive: Number of maximal Connection which can be used. +# testOnBorrow: Should the Pool test the Connection which will be borrowed +# if it is Valid +# testOnReturn: Should the Pool test the Connection which will be returned +# if it is Valid +# testWhileIdle: Should the Pool test the Connection while it is Idl +# if it is Valid +# timeBetweenEvictionRunsMillis : Time in Milliseconds which is allowed +# to reused a returned Connection. +# server: The URL of the Server where the Database is reachable. +# username: The Username which should be used to Connect to the Databackend. +# credentials: The Credentials to the given username +# port: The Communicationport which must be used to connect to the Databackend +# database: The Name of the Instance which should be connected to. +############################################################################### +############################################################################### + maxActive=2 testOnBorrow=true testOnReturn=false diff -r 008709f79611 -r b198ca47f363 gnv-artifacts/doc/conf/conf.xml --- a/gnv-artifacts/doc/conf/conf.xml Fri Nov 13 09:57:25 2009 +0000 +++ b/gnv-artifacts/doc/conf/conf.xml Fri Nov 13 13:01:01 2009 +0000 @@ -36,6 +36,10 @@ ttl="300000" artifact="de.intevation.gnv.artifacts.fis.FISArtifact">de.intevation.artifactdatabase.DefaultArtifactFactory + + @@ -353,6 +357,11 @@ + + @@ -368,13 +377,21 @@ + ${artifacts.config.dir}/ehcache.xml + ${artifacts.config.dir}/arcsdeconnectionpool.properties ${artifacts.config.dir}/queries.properties + 8181 diff -r 008709f79611 -r b198ca47f363 gnv-artifacts/doc/conf/log4j.properties --- a/gnv-artifacts/doc/conf/log4j.properties Fri Nov 13 09:57:25 2009 +0000 +++ b/gnv-artifacts/doc/conf/log4j.properties Fri Nov 13 13:01:01 2009 +0000 @@ -1,3 +1,11 @@ +############################################################################### +# Developmentconfiguration for the Loggingengine. +# The Configuration will only log the Information to the Console. +# For Test- and Productionenviroment it is necessary to create a +# separate Configuration which will be log the Informations e.g. into +# a File (RolingFileAppender). +############################################################################### + # Set root logger level to DEBUG and its only appender to A1. log4j.rootLogger=DEBUG, A1 diff -r 008709f79611 -r b198ca47f363 gnv-artifacts/doc/conf/products/timeseries/conf_timeseriespoint.xml --- a/gnv-artifacts/doc/conf/products/timeseries/conf_timeseriespoint.xml Fri Nov 13 09:57:25 2009 +0000 +++ b/gnv-artifacts/doc/conf/products/timeseries/conf_timeseriespoint.xml Fri Nov 13 13:01:01 2009 +0000 @@ -1,19 +1,77 @@ + + + + + + + + area_filter + + areaid + + false - true + + + true + + timeseries_subarea + + + subarea_filter subareaid @@ -22,6 +80,9 @@ timeseries_timeseriespoint + timeseries_timeseriespoint featureid @@ -96,6 +157,9 @@ + timeseries_chart_data timeseries_odv_data @@ -117,6 +181,8 @@ +