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