blob: 2731a988e56bf1d2e63d046533da475f824387b5 (
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.
#
Ice.OA.SessionFactory.Endpoints=default -p 10000
#
# Warn about connection exceptions
#
Ice.Warn.Connections=1
|