2 # The server creates one single object adapter with the name
3 # "Throughput". The following line sets the endpoints for this
6 Throughput.Endpoints=default -p 10000 -h 127.0.0.1
9 # Warn about connection exceptions
11 Ice.Warn.Connections=1
16 Ice.Plugin.IceSSL=IceSSL:createIceSSL
17 IceSSL.DefaultDir=../../../../certs
18 IceSSL.CertAuthFile=cacert.pem
19 IceSSL.CertFile=s_rsa1024_pub.pem
20 IceSSL.KeyFile=s_rsa1024_priv.pem