User guide

4.3.2.5 Servers Section
This section specifies one or more server property sections.
Format
<servers>
[ server section ]
</servers>
4.3.2.6 Server Section
This section specifies one or more properties to assign to this server.
See Server Configuration for details on the properties that may be set.
Format
<server
<property="value"/>
/>
or
<server
<property="value"/>
>
[ pooled server subsection ]…
[ allowed database subsection ]…
[ allowed user subsection ]…
</server>
Example
A standard thin server called serv1 listening on port 1799 could be
described using the following Server Property section:
<server
name="serv1"
type="RdbThinSrv"
url="//localhost:1799/"
logfile="myLogs:serv1.log"
/>
Note:
Default server characteristics for server configuration can be specified so that options need
not be repeated within the specific server configuration sections. Default server options
may be specified by declaring a server section with a name of DEFAULT or
DEFAULTSSL.
<server
51