NonStop SOAP User's Manual
Using NonStop SOAP with a TS/MP Application and
NonStop Processes
NonStop SOAP User’s Manual—520501-012
6-62
Configuring and Running the Server in a WebServer
Environment
request-timeout-value
specifies the number of minutes a request can be outstanding before it times
out. If the timeout interval elapses before the target service responds to a
request, the SOAP server returns a fault to the client. The format of the value is
<
mins
>:<
secs
> where
secs
can be from 0-60. If <
secs
>is greater than 60
then it is rounded off to 60. For example, 2:65 would be 2:60 = 3 minutes. If no
value is specified or it is invalid then the default is 3 minutes.
cache-size
as defined in dynamic cache.
SDLDB-location
as defined in Disk Files used by NonStop SOAP 3.0.
trace-log-size
sets the maximum size (in megabytes) of a trace log file. If the value specified
is less than 1, it is set to 1. Once a trace log file reaches the maximum value,
an error message is logged in the trace log file. The default value is 20
megabytes.
error-log-size
sets the maximum size (in megabytes) of an error log file. If the value specified
is less than 1, it is set to 1. Once an error log file reaches the maximum value,
an error message is logged in the error log file. The default value is 20
megabytes.
log-rotation-value
sets the value for log rotation for the trace and error files. The maximum value
is 99. If a negative number is specified, then a 0 is assumed. The default value
is 0.
If the value is 0, then no log rotation is performed, essentially the logging stops
after the log file has reached the maximum value.
If the value is 1, then once the log file reaches the maximum size, it starts fresh
with the same log file. The log files do not have a rotation suffix.
If the value is less than 1, then the log files have a suffix of <nn>. For example,
if the name of the log file specified is soapcgi.ttc, the process id of the SOAP
server instance is $LMNO, then at startup, the name of the log file that the
SOAP server tries to create is soapcgi.trc.LMNO.01. Once this log file is full,
the SOAP server picks the next number as the suffix. If the next log file that the
SOAP server picks is full, then the SOAP server overwrites it.