ICE 3.4.2
[php5-ice-freebsdport.git] / cpp / demo / Ice / throughput / config.server
blob72ade87ebba94694c2916ed564e37a012e241158
2 # The server creates one single object adapter with the name
3 # "Throughput". The following line sets the endpoints for this
4 # adapter.
6 Throughput.Endpoints=default -p 10000 -h 127.0.0.1
9 # Warn about connection exceptions
11 Ice.Warn.Connections=1
14 # SSL Configuration
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