ICE 3.4.2
[php5-ice-freebsdport.git] / java / demo / Ice / serialize / config.client
blobcdf6f093e41fca8568f6e736dbbdc8d2233521a8
2 # The client reads this property to create the reference to the
3 # "greet" object in the server.
5 Greet.Proxy=greet:tcp -p 10000
8 # Warn about connection exceptions.
10 Ice.Warn.Connections=1
13 # Network Tracing
15 # 0 = no network tracing
16 # 1 = trace connection establishment and closure
17 # 2 = like 1, but more detailed
18 # 3 = like 2, but also trace data transfer
20 #Ice.Trace.Network=1
23 # Protocol Tracing
25 # 0 = no protocol tracing
26 # 1 = trace protocol messages
28 #Ice.Trace.Protocol=1