1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- zoneManager.Proxy=zoneManager:tcp -h localhost -p 3910
- XmdsManager.Proxy=XmdsManager:tcp -h localhost -p 3910
- #Ice.Default.Host
- Ice.ACM.Heartbeat=3
- Ice.ACM.Close=0
- #
- # Warn about connection exceptions
- #
- Ice.Warn.Connections=1
- #
- # 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
- #
- # Protocol Tracing
- #
- # 0 = no protocol tracing
- # 1 = trace protocol messages
- #
- #Ice.Trace.Protocol=1
- Ice.Trace.Network=1
- Ice.Trace.Retry=2
- #
- # Security Tracing
- #
- # 0 = no security tracing
- # 1 = trace messages
- #
- #IceSSL.Trace.Security=1
- #
- # SSL Configuration
- #
- #Ice.Plugin.IceSSL=IceSSL:IceSSL.PluginFactory
- #IceSSL.DefaultDir=../../../certs
- #IceSSL.CAs=cacert.pem
- #IceSSL.CertFile=client.p12
- #IceSSL.Password=password
|