blob: c3470b213f92a814940101d709a5ca0c32beec0f (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# The client reads this property to create the reference to the
# "Initial" object in the server.
#
Initial.Proxy=initial:default -p 10000 -h localhost
#
# Warn about connection exceptions
#
Ice.Warn.Connections=1
|