Fixed temporary restbucks example.

- use concurrency none to workaround a concurrency issue of DB_ACCESS
- use console_application for convenience
- use default http client, to use net implementation if curl is not available.
This commit is contained in:
2017-01-26 09:52:44 +01:00
parent a6245351ef
commit 1b24fb63f7
6 changed files with 10 additions and 4 deletions

View File

@@ -16,11 +16,12 @@ feature {NONE} -- Initialization
make
do
set_service_option ("port", 9090)
import_service_options (create {WSF_SERVICE_LAUNCHER_OPTIONS_FROM_INI}.make_from_file ("server.ini"))
make_and_launch
end
note
copyright: "2011-2015, Javier Velilla and others"
copyright: "2011-2017, Javier Velilla and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[
Eiffel Software