comparison gnv-artifacts/doc/conf/conf.xml @ 1069:0d15e515f88d

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

http://dive4elements.wald.intevation.org