Fixed wsf tests project.

Added ini config support to simple_file example.
This commit is contained in:
2016-10-25 15:22:18 +02:00
parent 5e79751522
commit 193f22ebc8
3 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
port=9090
verbose=true
socket_recv_timeout=15
keep_alive_timeout=30

View File

@@ -21,6 +21,7 @@ feature {NONE} -- Initialization
do
Precursor
set_service_option ("port", 9090)
import_service_options (create {WSF_SERVICE_LAUNCHER_OPTIONS_FROM_INI}.make_from_file ("service.ini"))
end
end