HP Driver for JDBC User's Manual

78 AppendixC
HP JDBC Server
HP JDBC Server Configuration File
HP JDBC Server Configuration File
The following example shows the standard HP JDBC Default Server
configuration file. This is a text file that resides on the server host in
the same directory as the HP JDBC Server executable files and can be
used to alter some of the server’s behavior. On HP-UX the name of the
default server configuration file is servcfg, and it is located in
/opt/allbase/jdbc/bin. On MPE/iX the name of the default server
configuration file is SERVCFG and it is located in JDBC.SYS.
LOGFILE /opt/allbase/jdbc/logs/servlog
TIMEOUT 7200
#LOGGING ERROR
#LOGGING CONNECTION
#LOGGING INFO
#LOGGING WARNING
#LOGGING FATAL
#LOGGING IN
#LOGGING OUT
#LOGGING INHEX
#LOGGING OUTHEX
#LOGGING DEBUG
#LOGGING TIMESTAMP
LOGGING NONE
# If LOGGING NONE is not commented out, it must be the
# last line for it to have the desired effect.
The first configuration option LOGFILE refers to the path and filename
for the HP JDBC Server log file. On HP-UX this is normally set to
/opt/allbase/jdbc/logs/servlog. On MPE/iX this is normally set to
SERVLOG.JDBC.SYS.
The second configuration option TIMEOUT specifies the number of
seconds that the HP JDBC Server can remain idle before terminating.
This idle time is the time between the returning of a result to the client
and the submission of the next client request. It does not include
database processing time. If this value is not provided, or is set to 0, the
timeout will be set to an infinite value.