Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/conf.xml @ 105:beb991dc4827
Added a first stub of an WINFO artifact.
flys-artifacts/trunk@1287 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 02 Feb 2011 14:56:22 +0000 |
parents | |
children | 5864c41219db |
comparison
equal
deleted
inserted
replaced
104:b3792346cb10 | 105:beb991dc4827 |
---|---|
1 <artifact-database> | |
2 <export-secret>YOUR_SECRET</export-secret> | |
3 <factories> | |
4 <artifact-factories> | |
5 <!-- All Artifactfactories which are available in this Database. | |
6 Each Artifactfactory represents one river. --> | |
7 <artifact-factory name="winfo" description="Factory to create an artifact to be used in WINFO" | |
8 ttl="3600000" | |
9 artifact="de.intevation.flys.artifacts.WINFOArtifact">de.intevation.artifactdatabase.DefaultArtifactFactory</artifact-factory> | |
10 </artifact-factories> | |
11 </factories> | |
12 | |
13 <artifacts> | |
14 <artifact name="winfo" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${artifacts.config.dir}/artifacts/winfo.xml" /> | |
15 </artifacts> | |
16 | |
17 <rest-server> | |
18 <!-- at this Point it is possible to Change the Port the ArtifactDatabase will bind to.--> | |
19 <port>8181</port> | |
20 <listen>localhost</listen> | |
21 </rest-server> | |
22 <!-- garbage collection of outdated artifacts --> | |
23 <cleaner> | |
24 <sleep-time>60000</sleep-time> | |
25 </cleaner> | |
26 <database> | |
27 <!-- This Section configures the Settings for connecting to the | |
28 Artifact-Database instance. e.g. SQLite --> | |
29 <user>SA</user> | |
30 <password></password> | |
31 <url>jdbc:h2:${artifacts.config.dir}/../artifactdb/artifacts.db</url> | |
32 </database> | |
33 | |
34 </artifact-database> |