Mercurial > dive4elements > framework
comparison Changelog @ 44:86d2a843e588
Allow REST server to bind to configurable interface.
artifacts/trunk@151 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 29 Sep 2009 10:25:53 +0000 |
parents | b8516aa3d8a1 |
children | 9449f296cd54 |
comparison
equal
deleted
inserted
replaced
43:b8516aa3d8a1 | 44:86d2a843e588 |
---|---|
1 2009-09-29 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * pom.xml, artifacts/pom.xml, artifact-database/pom.xml: | |
4 Set source encoding to UTF-8. | |
5 | |
6 * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/Standalone.java: | |
7 If '/artifact-database/rest-server/listen/text()' is given in conf.xml | |
8 the value is used to bind REST server to that interface. | |
9 | |
10 * artifact-database/doc/example-conf/conf.xml: Added 'listen' to | |
11 demo configuration. | |
12 | |
1 2009-09-24 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 13 2009-09-24 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 14 |
3 * artifact-database/src/main/resources/sql/org-h2-driver.properties: | 15 * artifact-database/src/main/resources/sql/org-h2-driver.properties: |
4 Time delta calculation in SQL statement to figure out outdated artifacts | 16 Time delta calculation in SQL statement to figure out outdated artifacts |
5 was broken. | 17 was broken. |