~ubuntu-branches/ubuntu/quantal/zeroc-ice/quantal

« back to all changes in this revision

Viewing changes to demo/Ice/MFC/server/config

  • Committer: Bazaar Package Importer
  • Author(s): Francisco Moya
  • Date: 2006-08-06 19:00:57 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060806190057-3q4p9ws4ucyamn10
Tags: 3.1.0-2
* Patches #5 to #6 from ZeroC forums.
* Patch by Michael Pugach for DescriptorHelper.cpp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
# 2 = like 1, but more detailed
17
17
# 3 = like 2, but also trace data transfer
18
18
#
19
 
Ice.Trace.Network=1
 
19
Ice.Trace.Network=0
20
20
 
21
21
#
22
22
# Protocol Tracing
27
27
Ice.Trace.Protocol=0
28
28
 
29
29
#
30
 
# Security Tracing
31
 
#
32
 
# 0 = no security tracing
33
 
# 1 = trace warning messages
34
 
# 2 = config file parsing warnings
35
 
#
 
30
# SSL Configuration
 
31
#
 
32
Ice.Plugin.IceSSL=IceSSL:createIceSSL
 
33
IceSSL.DefaultDir=../../../../certs
 
34
IceSSL.CertAuthFile=cacert.pem
 
35
IceSSL.CertFile=s_rsa1024_pub.pem
 
36
IceSSL.KeyFile=s_rsa1024_priv.pem
36
37
IceSSL.Trace.Security=0
37
 
 
38
 
#
39
 
# SSL Configuration File
40
 
#
41
 
# An XML based file that specifies the certificates, keys, SSL version
42
 
# and other pertinent information for creating an SSL connection.
43
 
#
44
 
Ice.Plugin.IceSSL=IceSSL:create
45
 
IceSSL.Server.CertPath=../../../../certs
46
 
IceSSL.Server.Config=sslconfig.xml