blob: b7f0b313ba42720377a77aa3707a53a5bc873751 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# The server creates one single object adapter with the name
# "SessionFactory". The following line sets the endpoints for this
# adapter.
#
SessionFactory.Endpoints=default -h localhost -p 10000
#
# Warn about connection exceptions
#
Ice.Warn.Connections=1
|