Fully HTTPS support in the webseal-simulator
[sdc.git] / utils / webseal-simulator / sdc-simulator / chef-repo / cookbooks / sdc-simulator / templates / default / SDC-Simulator-http-ini.erb
1 # ---------------------------------------
2 # Module: http
3 <%= @http_option %>
4
5 ### HTTP Connector Configuration
6
7 ## Connector host/address to bind to
8 # jetty.http.host=0.0.0.0
9
10 ## Connector port to listen on
11 jetty.http.port=<%= @http_port %>
12
13 ## Connector idle timeout in milliseconds
14 jetty.http.idleTimeout=30000
15
16 ## Connector socket linger time in seconds (-1 to disable)
17 # jetty.http.soLingerTime=-1
18
19 ## Number of acceptors (-1 picks default based on number of cores)
20 # jetty.http.acceptors=-1
21
22 ## Number of selectors (-1 picks default based on number of cores)
23 # jetty.http.selectors=-1
24
25 ## ServerSocketChannel backlog (0 picks platform default)
26 # jetty.http.acceptorQueueSize=0
27
28 ## Thread priority delta to give to acceptor threads
29 # jetty.http.acceptorPriorityDelta=0