ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/conient/build/etc/default.conf
Revision: 1.12
Committed: Sun Feb 23 12:45:20 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.11: +3 -3 lines
Log Message:
Attempted to turn the configuration in to something more self explanatory,
and hopefully more useful to a new user. Somewhat better than the older
configuration which still waffles on about raptor, rocks, and the library!

File Contents

# User Rev Content
1 ajm 1.1 # Initial Conient configuration
2     #
3 tdb 1.12 # $Id: default.conf,v 1.11 2001/03/22 01:18:52 ajm Exp $
4 ajm 1.1
5     # The friendly name of this client
6     # used to identify our connection to the server
7     #
8     # you can modify this to represent any client
9     # configuration names in the server configuration
10     #
11     clientname=Conient
12    
13     # the default i-scream server to connect to
14     #
15 tdb 1.12 control.server=i-scream.example.com
16 ajm 1.1
17     # the default port which the i-scream server will
18     # talk to i-scream clients on
19     #
20     control.port=4510
21    
22     # start the control channel by default?
23     # un-comment this line to autoconnect on startup
24     #
25 ajm 1.8 control.onstartconnect=0
26 ajm 1.1
27     # start the data channel by default?
28     # un-comment this line to autoconnect on startup
29     #
30 ajm 1.8 data.onstartconnect=0
31 ajm 1.1
32     # the command to run in order to connect into
33     # the firewall. %SERVER% should appear where
34     # the name of the i-scream server should be inserted
35     # and %PORT% should appear where the name of the i-scream
36     # server port should appear.
37     #
38     # This command should open up a pipe without need for
39     # ANY user input as it will be run in the background!
40     #
41     # Typically ssh is a good choice!
42     #
43     # if you do NOT wish to use this command, and simply
44     # connect direct, just comment this line
45     #
46 ajm 1.8 useFirewall=0
47 tdb 1.12 firewall.command=ssh -l login -L%PORT%:%SERVER%:%PORT% i-scream.example.com sleep 7200
48 ajm 1.1
49     # the time in seconds to wait for the firewall.command to
50     # finish executing and thus start up the pipe
51     #
52     # the default is 5 seconds
53     #
54 ajm 1.8 firewall.commandwait=
55 ajm 1.1
56     # the name of the local machine used to connect to
57     # if you going to connect into a firewall
58     #
59     # if this line is not here or commented
60     # but you are using the firewall options,
61     # it assumes "localhost".
62     #
63 ajm 1.8 firewall.server=
64 ajm 1.5
65     # display extra data given by a host
66     # uncomment the following
67 ajm 1.8 displayExtraData=0
68 ajm 1.5
69     # display server queue information
70     # uncomment the following
71 ajm 1.8 displayQueueInformation=0
72 ajm 1.7
73     # debugging, dumps the raw xml pairs to system.out
74     # uncomment the following
75 ajm 1.10 packetDump=0
76    
77     # Turns on host discovery
78     hostDiscoveryMode=1
79 ajm 1.11
80     # the queue size for the data queue
81     dataQueueSize=500