Hitachi

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


7.19.2 JAVACOREDIR

JAVACOREDIR specifies the directory where thread dump files are output.

Description

JAVACOREDIR specifies the directory where thread dump files are to be output, by using a batch file.

Prerequisite option
  • -XX:+HitachiThreadDump

Syntax

set JAVACOREDIR=output_destination_directory_of_thread_dump_files

Specifiable values

output_destination_directory_of_thread_dump_files

Type: String

By default, thread dump files are output in the current directory.

The current directory is as follows:

work_directory\ejb\server_name

Default value

If the definition item is omitted:

Nothing is set.

If the value is omitted:

Current directory

Example

To output thread dump files to C:\home\user\threaddump:

set JAVACOREDIR=C:\home\user\threaddump

Notes