summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/nested/config.server
blob: afd8dab88af1b85ee55711f3d98a90d800908306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Nested.Server.Endpoints=default -p 10000 -t 10000

Ice.ThreadPool.Server.Size=5
Ice.ThreadPool.Server.SizeWarn=5
Ice.ThreadPool.Server.SizeMax=10
#Ice.Trace.Network=1
#Ice.Trace.Protocol=1
#Ice.Warn.Connections=1

Ice.Plugin.IceSSL=IceSSL:create
IceSSL.DefaultDir=../../../certs
IceSSL.CertAuthFile=cacert.pem
IceSSL.CertFile=s_rsa1024_pub.pem
IceSSL.KeyFile=s_rsa1024_priv.pem