# # The client reads this property to create the reference to the # "hello" object in the server. # Printer.Proxy=printer:tcp -p 10000:udp -p 10000:ssl -p 10001 # # The server creates one single object adapter with the name # "Hello". The following line sets the endpoints for this # adapter. # Printer.Endpoints=tcp -p 10000:udp -p 10000:ssl -p 10001 # # Warn about connection exceptions # Ice.Warn.Connections=1 # # We want a faster ACM for this demo. # Ice.ConnectionIdleTime=10 # # 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=0 # # Protocol Tracing # # 0 = no protocol tracing # 1 = trace protocol messages # Ice.Trace.Protocol=0 # # Security Tracing # # 0 = no security tracing # 1 = trace warning messages # 2 = config file parsing warnings # IceSSL.Trace.Security=0 # # SSL Configuration File # # An XML based file that specifies the certificates, keys, SSL version # and other pertinent information for creating an SSL connection. # Ice.Plugin.IceSSL=IceSSL:create IceSSL.Client.CertPath=../../../certs IceSSL.Client.Config=sslconfig.xml IceSSL.Server.CertPath=../../../certs IceSSL.Server.Config=sslconfig.xml