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