User guide
Option
Default Description
srv.execPrefix <prefix> see
description
Only valid for multi-process servers.
Specifies the prefix to use for executor
names.
If not specified a standard prefix base
of server name will be used.
See Executor Naming
for more details.
srv.execStartup <file_specification> see
description
Only valid for multi-process servers.
Specifies the startup batch or command
file that will be used to startup the
subprocess for each client connection.
If not specified
rdb$jdbc_home:rdbjdbc_startexec.com
will be used.
See Server Command Procedures
for
more details.
srv.idleTimeout <timeout> 0 Sets the maximum time (in
milliseconds) the server will wait for a
new client connection request. If no
new connection is made within the
timeout period the server will be closed
down due to inactivity.
A value of zero (0) means unlimited
idle time allowed.
See Server Inactivity Timeout
for more
details.
srv.mcBasePort <base_port> 5517 Specifies the base port number that will
be used for multicast operations.
A value of zero (0) will disable
multicast operations.
srv.mcGroupIP <group_ip> 239.192.1.1 Specifies the multicast IP group that
this server will participate in.
srv.mpMaxTries <max_tries> 500 Only valid for multi-process servers.
Specifies the number of times the
server should try to synchronize
handshake with executor before giving
up.
srv.mpTryWait <wait_time> 10 Only valid for multi-process servers.
38