Mercurial > dive4elements > framework
comparison ChangeLog @ 263:c0fb96f88ad1
Make used HTTP server exchangeable.
artifacts/trunk@1974 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sun, 22 May 2011 11:21:40 +0000 |
parents | 5cab846eb2a3 |
children | fa0d9acea897 |
comparison
equal
deleted
inserted
replaced
262:5cab846eb2a3 | 263:c0fb96f88ad1 |
---|---|
1 2011-04-22 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/HTTPServer.java: | |
4 New. Interface to run an HTTP server. Enables the system to run on different | |
5 HTTP servers. | |
6 | |
7 * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/Standalone.java: | |
8 Implements the new interface. | |
9 | |
10 * artifact-database/src/main/java/de/intevation/artifactdatabase/FactoryBootstrap.java: | |
11 Load and setup the HTTP server configured by the XPath | |
12 "/artifact-database/rest-server/http-server/text()" in the global config file. | |
13 Defaults to "de.intevation.artifactdatabase.rest.Standalone" if not given. | |
14 | |
15 * artifact-database/src/main/java/de/intevation/artifactdatabase/App.java: | |
16 Boot with the HTTP server configured by FactoryBootstrap. | |
17 | |
1 2011-04-18 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 18 2011-04-18 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 19 |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/Standalone.java: | 20 * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/Standalone.java: |
4 With '/artifact-database/rest-server/max-threads/text()' in conf.xml | 21 With '/artifact-database/rest-server/max-threads/text()' in conf.xml |
5 you can set the number of threads used by the restlet server. | 22 you can set the number of threads used by the restlet server. |