comparison gnv-artifacts/doc/conf/conf.xml @ 1029:a5e0384fe464

Do some Documentation of the Artifact-Database gnv-artifacts/trunk@1056 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 04 May 2010 14:24:23 +0000
parents 1d684004a6d1
children cf510bd46188
comparison
equal deleted inserted replaced
1028:41234fcf4c7e 1029:a5e0384fe464
1 <artifact-database> 1 <artifact-database>
2 <export-secret>BLABLABLBALBLABL</export-secret> 2 <export-secret>BLABLABLBALBLABL</export-secret>
3 <factories> 3 <factories>
4 <context-factory>de.intevation.gnv.artifacts.context.GNVArtifactContextFactory</context-factory> 4 <context-factory>de.intevation.gnv.artifacts.context.GNVArtifactContextFactory</context-factory>
5 <artifact-factories> 5 <artifact-factories>
6 <!-- All Artifactfactories which are available in this Database.
7 Each Artifactfactory represents one FIS. -->
6 <artifact-factory name="fis_marnet" description="Factory to create an artifact to be used with the FIS Marnet" 8 <artifact-factory name="fis_marnet" description="Factory to create an artifact to be used with the FIS Marnet"
7 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory> 9 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory>
8 <artifact-factory name="fis_imis" description="Factory to create an artifact to be used with the FIS IMIS" 10 <artifact-factory name="fis_imis" description="Factory to create an artifact to be used with the FIS IMIS"
9 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory> 11 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory>
10 <artifact-factory name="fis_staun" description="Factory to create an artifact to be used with the FIS STAUN" 12 <artifact-factory name="fis_staun" description="Factory to create an artifact to be used with the FIS STAUN"
41 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory> 43 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory>
42 <artifact-factory name="fis_marinefeatures" description="Factory to create an artifact to be used with the FIS Conthis" 44 <artifact-factory name="fis_marinefeatures" description="Factory to create an artifact to be used with the FIS Conthis"
43 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory> 45 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory>
44 </artifact-factories> 46 </artifact-factories>
45 <service-factories> 47 <service-factories>
48 <!-- The Servicefactory which is responsible to handle MV-GNV-Interface-Calls -->
46 <service-factory 49 <service-factory
47 name="metadata" 50 name="metadata"
48 service="de.intevation.gnv.artifacts.services.MetaDataService" 51 service="de.intevation.gnv.artifacts.services.MetaDataService"
49 description="This is the Service for getting Metadata from the GNV-Artuifact-Services">de.intevation.artifactdatabase.DefaultServiceFactory</service-factory> 52 description="This is the Service for getting Metadata from the GNV-Artuifact-Services">de.intevation.artifactdatabase.DefaultServiceFactory</service-factory>
50 </service-factories> 53 </service-factories>
496 <!-- The target directory for shapefiles --> 499 <!-- The target directory for shapefiles -->
497 <shapefile-directory path="${artifacts.config.dir}/../shapefiles/" /> 500 <shapefile-directory path="${artifacts.config.dir}/../shapefiles/" />
498 501
499 <!-- In this section the required Configuration for mapfile generation is 502 <!-- In this section the required Configuration for mapfile generation is
500 given. --> 503 given. -->
501 <map-generator> 504 <map-generator>
502 <mapfile path="${artifacts.config.dir}/../mapfiles/mapfile.map" /> 505 <mapfile path="${artifacts.config.dir}/../mapfiles/mapfile.map" />
503 <templates> 506 <templates>
504 <path>${artifacts.config.dir}/maptemplates</path> 507 <path>${artifacts.config.dir}/maptemplates</path>
505 <maptemplate>mapfile.vm</maptemplate> 508 <maptemplate>mapfile.vm</maptemplate>
506 </templates> 509 </templates>
507 </map-generator> 510 </map-generator>
508 </gnv> 511 </gnv>
509 512
510 <mapserver> 513 <mapserver>
514 <!-- This Section configures the required Informations to provide the
515 WMS-Exports -->
511 <server path="http://denmark.atlas/cgi-bin/mapserv" /> 516 <server path="http://denmark.atlas/cgi-bin/mapserv" />
512 </mapserver> 517 </mapserver>
513 518
514 <velocity> 519 <velocity>
520 <!-- This Section configures all required settings for velocity. -->
515 <logfile path="/var/log/artifacts/velocity.log" /> 521 <logfile path="/var/log/artifacts/velocity.log" />
516 </velocity> 522 </velocity>
517 523
518 <ehcache> 524 <ehcache>
519 <!-- In this Section the Path to Configurationfile for the EHCache, 525 <!-- In this Section the Path to Configurationfile for the EHCache,
538 <!-- garbage collection of outdated artifacts --> 544 <!-- garbage collection of outdated artifacts -->
539 <cleaner> 545 <cleaner>
540 <sleep-time>60000</sleep-time> 546 <sleep-time>60000</sleep-time>
541 </cleaner> 547 </cleaner>
542 <database> 548 <database>
549 <!-- This Section configures the Settings for connecting to the
550 Artifact-Database instance. e.g. SQLite -->
543 <user>SA</user> 551 <user>SA</user>
544 <password></password> 552 <password></password>
545 <url>jdbc:h2:${artifacts.config.dir}/../artifactdb/artifacts.db</url> 553 <url>jdbc:h2:${artifacts.config.dir}/../artifactdb/artifacts.db</url>
546 <!--driver>org.h2.Driver</driver> 554 <!--driver>org.h2.Driver</driver>
547 <sql></sql> --> 555 <sql></sql> -->

http://dive4elements.wald.intevation.org