Mercurial > dive4elements > framework
diff 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 |
line wrap: on
line diff
--- a/Changelog Thu Sep 24 09:15:56 2009 +0000 +++ b/Changelog Tue Sep 29 10:25:53 2009 +0000 @@ -1,3 +1,15 @@ +2009-09-29 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * pom.xml, artifacts/pom.xml, artifact-database/pom.xml: + Set source encoding to UTF-8. + + * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/Standalone.java: + If '/artifact-database/rest-server/listen/text()' is given in conf.xml + the value is used to bind REST server to that interface. + + * artifact-database/doc/example-conf/conf.xml: Added 'listen' to + demo configuration. + 2009-09-24 Sascha L. Teichmann <sascha.teichmann@intevation.de> * artifact-database/src/main/resources/sql/org-h2-driver.properties: