Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


2.3.72 HWSTraceLogFile

HWSTraceLogFile specifies the names of the files to which the traces collected in the shared memory are to be output if the server process terminates abnormally.

Description

HWSTraceLogFile specifies the names of the files to which the traces collected in the shared memory are to be output if the server process terminates abnormally. In file_name, you can specify the absolute path or the relative path from the value specified in the ServerRoot directive.

The trace is output to multiple files in a wraparound manner.

Up to five files are output. The output files are named specified_file_name.nn, where nn is a number from 01 to 05. The current output file name becomes specified_file_name.01 when the web server starts. If an attempt is made to output a trace to a file when the current output file name is specified_file_name.nn, the subsequent current file name becomes specified_file_name.nn+1. If the last digits of the file name specified_file_name.nn are .05, the subsequent current file name becomes specified_file_name.01.

Syntax

HWSTraceLogFile file_name

Default value

If the definition item is omitted:

logs/hws.trclog

Location where it can be written

httpsd.conf