blob: 43287b0ce850974b9866f8985a045faa7450ef7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#
# The server creates one single object adapter with the name
# "Value". The following line sets the endpoints for this
# adapter.
#
Value.Endpoints=default -h localhost -p 10000
#
# Warn about connection exceptions
#
Ice.Warn.Connections=1
#
# SSL Configuration
#
Ice.Plugin.IceSSL=IceSSL.PluginFactory
IceSSL.DefaultDir=../../../../certs
IceSSL.Keystore=server.jks
IceSSL.Password=password
|