Mercurial > dive4elements > river
changeset 1727:cee5a292754f
Register staticwkms factory to spawn StaticWKms-Artifacts.
flys-artifacts/trunk@3011 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 18 Oct 2011 14:20:37 +0000 |
parents | e3b9164a85fe |
children | 6068b6c90a19 |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/conf.xml |
diffstat | 2 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Tue Oct 18 14:03:43 2011 +0000 +++ b/flys-artifacts/ChangeLog Tue Oct 18 14:20:37 2011 +0000 @@ -1,3 +1,10 @@ +2011-10-18 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Register staticwkms factory. + + * doc/conf/conf.xml: Register staticwkms factory to spawn StaticWKms- + Artifacts. + 2011-10-18 Felix Wolfsteller <felix.wolfsteller@intevation.de> Fetch name of static WKms.
--- a/flys-artifacts/doc/conf/conf.xml Tue Oct 18 14:03:43 2011 +0000 +++ b/flys-artifacts/doc/conf/conf.xml Tue Oct 18 14:20:37 2011 +0000 @@ -29,6 +29,9 @@ <artifact-factory name="mainvalue" description="Factory to create an artifact to access Main Values for discharge curve diagrams" ttl="3600000" artifact="de.intevation.flys.artifacts.MainValuesArtifact">de.intevation.artifactdatabase.DefaultArtifactFactory</artifact-factory> + <artifact-factory name="staticwkms" description="Factory to create an artifact to access 'other' WKms data" + ttl="3600000" + artifact="de.intevation.flys.artifacts.StaticWKmsArtifact">de.intevation.artifactdatabase.DefaultArtifactFactory</artifact-factory> </artifact-factories> <user-factory name="default" description="Factory to create new users">de.intevation.artifactdatabase.DefaultUserFactory</user-factory> @@ -157,7 +160,7 @@ </floodmap> <rest-server> - <!-- The port which the ArtifactDatabase will bind to. --> + <!-- The port which the ArtifactDatabase (ArtifactServer) will bind to. --> <port>8181</port> <listen>localhost</listen> </rest-server>