2 # The server creates one single object adapter with the name
3 # "Nested.Server". The following line sets the endpoints for this
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
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
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
37 # 0 = no protocol tracing
38 # 1 = trace protocol messages
45 # 0 = no security tracing
48 #IceSSL.Trace.Security=1
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