ICE 3.4.2
[php5-ice-freebsdport.git] / cpp / demo / Ice / nested / config.server
blobe5829d719e18380b995668c0f54f99bb978a4adf
2 # The server creates one single object adapter with the name
3 # "Nested.Server". The following line sets the endpoints for this
4 # adapter.
6 Nested.Server.Endpoints=default -p 10000 -t 10000
9 # The following properties configure the server thread pool. The
10 # thread pool initially contains 5 threads, and the Ice run time
11 # starts emitting warnings once 5 threads are in use. The Ice run time
12 # creates more threads once all 5 are in use, up to a maximum of 10
13 # threads.
15 Ice.ThreadPool.Server.Size=5
16 Ice.ThreadPool.Server.SizeWarn=5
17 Ice.ThreadPool.Server.SizeMax=10
20 # Warn about connection exceptions
22 Ice.Warn.Connections=1
25 # Network Tracing
27 # 0 = no network tracing
28 # 1 = trace connection establishment and closure
29 # 2 = like 1, but more detailed
30 # 3 = like 2, but also trace data transfer
32 #Ice.Trace.Network=1
35 # Protocol Tracing
37 # 0 = no protocol tracing
38 # 1 = trace protocol messages
40 #Ice.Trace.Protocol=1
43 # Security Tracing
45 # 0 = no security tracing
46 # 1 = trace messages
48 #IceSSL.Trace.Security=1
51 # SSL Configuration
53 Ice.Plugin.IceSSL=IceSSL:createIceSSL
54 IceSSL.DefaultDir=../../../../certs
55 IceSSL.CertAuthFile=cacert.pem
56 IceSSL.CertFile=s_rsa1024_pub.pem
57 IceSSL.KeyFile=s_rsa1024_priv.pem