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

« back to all changes in this revision

Viewing changes to demo/Ice/callback/config.server

  • 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:
 
1
Callback.Server.Endpoints=tcp -p 10000:udp -p 10000:ssl -p 10001
 
2
 
 
3
#
 
4
# Warn about connection exceptions
 
5
#
 
6
Ice.Warn.Connections=1
 
7
 
 
8
#
 
9
# Network Tracing
 
10
#
 
11
# 0 = no network tracing
 
12
# 1 = trace connection establishment and closure
 
13
# 2 = like 1, but more detailed
 
14
# 3 = like 2, but also trace data transfer
 
15
#
 
16
#Ice.Trace.Network=1
 
17
 
 
18
#
 
19
# Protocol Tracing
 
20
#
 
21
# 0 = no protocol tracing
 
22
# 1 = trace protocol messages
 
23
#
 
24
#Ice.Trace.Protocol=1
 
25
 
 
26
#
 
27
# Security Tracing
 
28
#
 
29
# 0 = no security tracing
 
30
# 1 = trace messages
 
31
#
 
32
#IceSSL.Trace.Security=1
 
33
 
 
34
#
 
35
# SSL Configuration
 
36
#
 
37
Ice.Plugin.IceSSL=IceSSL:createIceSSL
 
38
IceSSL.DefaultDir=../../../certs
 
39
IceSSL.CertAuthFile=cacert.pem
 
40
IceSSL.CertFile=s_rsa1024_pub.pem
 
41
IceSSL.KeyFile=s_rsa1024_priv.pem