comparison gnv-artifacts/doc/conf/conf.xml @ 1068:a4e490e0af5b

Enable GetFeatureInforRequests on all layer gnv-artifacts/trunk@1163 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Mon, 07 Jun 2010 12:17:57 +0000
parents 732cea65cee7
children 0d15e515f88d
comparison
equal deleted inserted replaced
1067:9336d313f8e1 1068:a4e490e0af5b
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. -->
8 <artifact-factory name="fis_marnet" description="Factory to create an artifact to be used with the FIS Marnet" 6 <artifact-factory name="fis_marnet" description="Factory to create an artifact to be used with the FIS Marnet"
9 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory> 7 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory>
10 <artifact-factory name="fis_imis" description="Factory to create an artifact to be used with the FIS IMIS" 8 <artifact-factory name="fis_imis" description="Factory to create an artifact to be used with the FIS IMIS"
11 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>
12 <artifact-factory name="fis_staun" description="Factory to create an artifact to be used with the FIS STAUN" 10 <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> 39 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory>
42 <artifact-factory name="fis_contis" description="Factory to create an artifact to be used with the FIS Conthis" 40 <artifact-factory name="fis_contis" 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> 41 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory>
44 <artifact-factory name="fis_marinefeatures" description="Factory to create an artifact to be used with the FIS Conthis" 42 <artifact-factory name="fis_marinefeatures" description="Factory to create an artifact to be used with the FIS Conthis"
45 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>
44 <artifact-factory name='fis_justanewfis'
45 description='Factory to create an artifact to be used with the FIS NEWFISNAME'
46 ttl='3600000'
47 artifact='de.intevation.artifactdatabase.ProxyArtifact'>
48 de.intevation.gnv.artifacts.GNVProductArtifactFactory
49 </artifact-factory>
50
46 </artifact-factories> 51 </artifact-factories>
47 <service-factories> 52 <service-factories>
48 <!-- The Servicefactory which is responsible to handle MV-GNV-Interface-Calls -->
49 <service-factory 53 <service-factory
50 name="metadata" 54 name="metadata"
51 service="de.intevation.gnv.artifacts.services.MetaDataService" 55 service="de.intevation.gnv.artifacts.services.MetaDataService"
52 description="This is the Service for getting Metadata from the GNV-Artuifact-Services">de.intevation.artifactdatabase.DefaultServiceFactory</service-factory> 56 description="This is the Service for getting Metadata from the GNV-Artuifact-Services">de.intevation.artifactdatabase.DefaultServiceFactory</service-factory>
53 </service-factories> 57 </service-factories>
55 59
56 <!-- Artifacts which represent one FIS. Each FIS can have several Products 60 <!-- Artifacts which represent one FIS. Each FIS can have several Products
57 which will be Access using separate Artifacts. 61 which will be Access using separate Artifacts.
58 Those Artifacts are configured below these Section.--> 62 Those Artifacts are configured below these Section.-->
59 <artifacts> 63 <artifacts>
64 <artifact name='fis_justanewfis'>
65 <products>
66 <product name= "timeSeries">
67 <artifact-factory name="timeSeries"
68 description="Artiefactfactory for Instantiating the Artifact for TimeSeries on TimeSeriesPoints"
69 ttl="300000"
70 artifact="de.intevation.gnv.timeseries.TimeSeriesArtifact">
71 de.intevation.gnv.artifacts.GNVArtifactFactory
72 </artifact-factory>
73 <parameters>
74 <parameter name="sourceid"
75 value="4"/>
76 <parameter name="fisname"
77 value="fis_justanewfis"/>
78 </parameters>
79 </product>
80 </products>
81 </artifact>
82
60 <artifact name="fis_marnet"> 83 <artifact name="fis_marnet">
61 <products> 84 <products>
62 <product name= "timeSeries"> 85 <product name= "timeSeries">
63 <artifact-factory name="timeSeries" description="Artiefactfactory for Instantiating the Artifact for the FIS Modeldata" 86 <artifact-factory name="timeSeries" description="Artiefactfactory for Instantiating the Artifact for the FIS Modeldata"
64 ttl="300000" artifact="de.intevation.gnv.timeseries.TimeSeriesArtifact">de.intevation.gnv.artifacts.GNVArtifactFactory</artifact-factory> 87 ttl="300000" artifact="de.intevation.gnv.timeseries.TimeSeriesArtifact">de.intevation.gnv.artifacts.GNVArtifactFactory</artifact-factory>
424 447
425 <!-- Product specific Artifacts which are referenced by the Artifacts 448 <!-- Product specific Artifacts which are referenced by the Artifacts
426 of the FIS above. 449 of the FIS above.
427 The product-Artifacts can be configured here or can be referenced 450 The product-Artifacts can be configured here or can be referenced
428 using an xlink:href-Attribute. --> 451 using an xlink:href-Attribute. -->
452
429 <artifact name="timeSeries" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${artifacts.config.dir}/products/timeseries/conf_timeseriespoint.xml" /> 453 <artifact name="timeSeries" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${artifacts.config.dir}/products/timeseries/conf_timeseriespoint.xml" />
430 <artifact name="timeSeriesMesh" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${artifacts.config.dir}/products/timeseries/conf_mesh.xml" /> 454 <artifact name="timeSeriesMesh" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${artifacts.config.dir}/products/timeseries/conf_mesh.xml" />
431 455
432 <artifact name="verticalProfile" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${artifacts.config.dir}/products/verticalprofile/conf_timeseriespoint.xml" /> 456 <artifact name="verticalProfile" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${artifacts.config.dir}/products/verticalprofile/conf_timeseriespoint.xml" />
433 <artifact name="verticalProfileMesh" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${artifacts.config.dir}/products/verticalprofile/conf_mesh.xml" /> 457 <artifact name="verticalProfileMesh" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${artifacts.config.dir}/products/verticalprofile/conf_mesh.xml" />
500 <shapefile-directory path="${artifacts.config.dir}/../shapefiles/" /> 524 <shapefile-directory path="${artifacts.config.dir}/../shapefiles/" />
501 525
502 <!-- In this section the required Configuration for mapfile generation is 526 <!-- In this section the required Configuration for mapfile generation is
503 given. --> 527 given. -->
504 <map-generator> 528 <map-generator>
505 <mapfile path="${artifacts.config.dir}/../mapfiles/mapfile.map" /> 529 <mapfile path="/vol1/home/tim/workspace/gnvdevelop/trunk/gnv-artifacts/doc/mapfiles/mapfile.map" />
506 <templates> 530 <templates>
507 <path>${artifacts.config.dir}/maptemplates</path> 531 <path>${artifacts.config.dir}/maptemplates</path>
508 <maptemplate>mapfile.vm</maptemplate> 532 <maptemplate>mapfile.vm</maptemplate>
509 </templates> 533 </templates>
510 </map-generator> 534 </map-generator>
511 </gnv> 535 </gnv>
512 536
513 <mapserver> 537 <mapserver>
514 <!-- This Section configures the required Informations to provide the 538 <server path="http://localhost/cgi-bin/gnvwms" />
515 WMS-Exports -->
516 <server path="http://$YOURSERVER/cgi-bin/gnv-wms" />
517 </mapserver> 539 </mapserver>
518 540
519 <velocity> 541 <velocity>
520 <!-- This Section configures all required settings for velocity. --> 542 <logfile path="/vol1/home/tim/workspace/gnvdevelop/trunk/gnv-artifacts/doc/velocity.log" />
521 <logfile path="/var/log/artifacts/velocity.log" />
522 </velocity> 543 </velocity>
523 544
524 <ehcache> 545 <ehcache>
525 <!-- In this Section the Path to Configurationfile for the EHCache, 546 <!-- In this Section the Path to Configurationfile for the EHCache,
526 which is unsed to store the Results of the Artifacts , 547 which is unsed to store the Results of the Artifacts ,
547 <!-- garbage collection of outdated artifacts --> 568 <!-- garbage collection of outdated artifacts -->
548 <cleaner> 569 <cleaner>
549 <sleep-time>60000</sleep-time> 570 <sleep-time>60000</sleep-time>
550 </cleaner> 571 </cleaner>
551 <database> 572 <database>
552 <!-- This Section configures the Settings for connecting to the
553 Artifact-Database instance. e.g. SQLite -->
554 <user>SA</user> 573 <user>SA</user>
555 <password></password> 574 <password></password>
556 <url>jdbc:h2:${artifacts.config.dir}/../artifactdb/artifacts.db</url> 575 <url>jdbc:h2:${artifacts.config.dir}/artifacts.db</url>
557 <!--driver>org.h2.Driver</driver> 576 <!--driver>org.h2.Driver</driver>
558 <sql></sql> --> 577 <sql></sql> -->
559 </database> 578 </database>
560 579
561 </artifact-database> 580 </artifact-database>

http://dive4elements.wald.intevation.org