User guide
anonymous=true
// enable password display
showpass=true
// limit the number of clients
maxclients=10
// set the locking keywords
lockwait=2
maxtries=20
// end of config file
In addition, the configuration file for a thin pool server should contain information about
the list of thin servers to which it may delegate connection requests, for example:
//
// configuration file for pool server
//
// the default port for the pool server is 1702
port=1702
// show is a pool server and the poolsize ( number of subservient
servers)
poolserver=true
poolsize=4
// now add the servers
node1=MYNODE1
port1=1704
node2=MYNODE1
port2=1705
node3=MYNODE1
port3=1706
node4=MYNODE2
port4=1704
// end of config file
Contents
4.3.2 XML-Formatted Configuration File
Instead of setting the switches on the command line, you can specify an XML-formatted
configuration file that details the settings of these switches. The XML-formatted
configuration file allows a greater number of configuration options to be specified than the
standard CFG file and is the recommended configuration file format.
44