blob: f027f8534ad688813246ac1adb6b01840586ab3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#
# The endpoints for the counter object.
#
Ice.OA.Counter.Endpoints=tcp -p 12000
#
# This property is used by the counter server to connect with IceStorm.
#
IceStorm.TopicManager.Proxy=DemoIceStorm/TopicManager:default -p 10000
#
# Network Tracing
#
# 0 = no network tracing
# 1 = trace connection establishment and closure
# 2 = like 1, but more detailed
# 3 = like 2, but also trace data transfer
#
#Ice.Trace.Network=1
|