Hitachi

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


5.2 asenv.bat

asenv.bat is the environment variable definition file of Java EE Server.

Description

asenv.bat stores environment variables specific to Java EE Server. asenv.bat is a Windows batch file.

The environment variables specified in this file have higher priority than the OS environment variables (system environment variables and user environment variables).

If a node exists on the remote host, the domain administration server might execute the asadmin utility command on the remote host to perform an operation on the node. To apply environment variables to the asadmin process on this remote host, you need to set the environment variables in asenv.bat on the remote host.

Storage location

installation_directory_for_Java_EE_Server\glassfish\config\asenv.bat

Example

set HJES_ASADMIN_MESSAGE_ENABLED=true
set HJES_ASADMIN_MESSAGE_ROTATION_SIZE=8388608
set HJES_ASADMIN_MESSAGE_ROTATION_TIME=121530
set HJES_ASADMIN_MESSAGE_FILE_NUMBER=16