blob: 5fa5e29c58b2d234fdb28095e85e9ac9f3b69354 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#
# The client reads this property to create the reference to the
# "Initial" object in the server.
#
Initial.Proxy=initial: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=client.jks
IceSSL.Password=password
|