--- projects/cms/source/conient/build/etc/default.conf 2001/01/30 03:15:58 1.2 +++ projects/cms/source/conient/build/etc/default.conf 2001/02/27 03:11:08 1.8 @@ -1,6 +1,6 @@ # Initial Conient configuration # -# $Id: default.conf,v 1.2 2001/01/30 03:15:58 ajm Exp $ +# $Id: default.conf,v 1.8 2001/02/27 03:11:08 ajm Exp $ # The friendly name of this client # used to identify our connection to the server @@ -22,12 +22,12 @@ control.port=4510 # start the control channel by default? # un-comment this line to autoconnect on startup # -#control.onstartconnect +control.onstartconnect=0 # start the data channel by default? # un-comment this line to autoconnect on startup # -#data.onstartconnect +data.onstartconnect=0 # the command to run in order to connect into # the firewall. %SERVER% should appear where @@ -43,20 +43,15 @@ control.port=4510 # if you do NOT wish to use this command, and simply # connect direct, just comment this line # -#firewall.command=ssh -l ajm4 -L%PORT%:%SERVER%:%PORT% raptor.ukc.ac.uk sleeper.sh -# -# NOTE: in the above command sleeper.sh is: -# -# #!/bin/sh -# pkill -u ajm4 -x sleep -# sleep 7200 +useFirewall=0 +firewall.command=ssh -l ajm4 -L%PORT%:%SERVER%:%PORT% raptor.ukc.ac.uk sleep 7200 # the time in seconds to wait for the firewall.command to # finish executing and thus start up the pipe # # the default is 5 seconds # -#firewall.commandwait=10 +firewall.commandwait= # the name of the local machine used to connect to # if you going to connect into a firewall @@ -65,4 +60,16 @@ control.port=4510 # but you are using the firewall options, # it assumes "localhost". # -#firewall.server=localhost +firewall.server= + +# display extra data given by a host +# uncomment the following +displayExtraData=0 + +# display server queue information +# uncomment the following +displayQueueInformation=0 + +# debugging, dumps the raw xml pairs to system.out +# uncomment the following +packetDump=0 \ No newline at end of file