ice.config 848 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. zoneManager.Proxy=zoneManager:tcp -h localhost -p 3910
  2. XmdsManager.Proxy=XmdsManager:tcp -h localhost -p 3910
  3. #Ice.Default.Host
  4. Ice.ACM.Heartbeat=3
  5. Ice.ACM.Close=0
  6. #
  7. # Warn about connection exceptions
  8. #
  9. Ice.Warn.Connections=1
  10. #
  11. # Network Tracing
  12. #
  13. # 0 = no network tracing
  14. # 1 = trace connection establishment and closure
  15. # 2 = like 1, but more detailed
  16. # 3 = like 2, but also trace data transfer
  17. #
  18. #Ice.Trace.Network=1
  19. #
  20. # Protocol Tracing
  21. #
  22. # 0 = no protocol tracing
  23. # 1 = trace protocol messages
  24. #
  25. #Ice.Trace.Protocol=1
  26. Ice.Trace.Network=1
  27. Ice.Trace.Retry=2
  28. #
  29. # Security Tracing
  30. #
  31. # 0 = no security tracing
  32. # 1 = trace messages
  33. #
  34. #IceSSL.Trace.Security=1
  35. #
  36. # SSL Configuration
  37. #
  38. #Ice.Plugin.IceSSL=IceSSL:IceSSL.PluginFactory
  39. #IceSSL.DefaultDir=../../../certs
  40. #IceSSL.CAs=cacert.pem
  41. #IceSSL.CertFile=client.p12
  42. #IceSSL.Password=password