Mercurial > dive4elements > gnv-client
diff gnv-artifacts/doc/conf/conf.xml @ 257:b198ca47f363
Added Documentation of Configuration-Files
gnv-artifacts/trunk@334 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 13 Nov 2009 13:01:01 +0000 |
parents | 9db263ee2678 |
children | 02c71ea5c9c8 |
line wrap: on
line diff
--- 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</artifact-factory> </artifact-factories> </factories> + + <!-- Artifacts which represent one FIS. Each FIS can have several Products + which will be Access using separate Artifacts. + Those Artifacts are configured below these Section.--> <artifacts> <artifact name="fis_marnet"> <products> @@ -353,6 +357,11 @@ </products> </artifact> + <!-- Product specific Artifacts which are referenced by the Artifacts + of the FIS above. + The product-Artifacts can be configured here or can be referenced + using an xlink:href-Attribute. --> + <artifact name="timeSeries" xlink:href="${artifacts.config.dir}/products/timeseries/conf_timeseriespoint.xml" /> <artifact name="timeSeriesMesh" xlink:href="${artifacts.config.dir}/products/timeseries/conf_mesh.xml" /> @@ -368,13 +377,21 @@ <artifact name="horizontalCrossSectionMesh" xlink:href="${artifacts.config.dir}/products/horizontalcrosssection/conf_mesh.xml" /> </artifacts> <ehcache> + <!-- In this Section the Path to Configurationfile for the EHCache, + which is unsed to store the Results of the Artifacts , + is given.--> <configuration>${artifacts.config.dir}/ehcache.xml</configuration> </ehcache> <geo-backend> + <!-- In this Section the required Configuration for the geo-backend is + given. It is possible to configue the Path of the ConnectionPool- + Properties and the Query-Properties-File where all required + Queries of the System are stored. --> <backend-configuration>${artifacts.config.dir}/arcsdeconnectionpool.properties</backend-configuration> <query-configuration>${artifacts.config.dir}/queries.properties</query-configuration> </geo-backend> <rest-server> + <!-- at this Point it is possible to Change the Port the ArtifactDatabase will bind to.--> <port>8181</port> </rest-server> <!-- garbage collection of outdated artifacts -->