CONTENTS   NextPrevious  



Classloader Manager

Classloader manager locates and loads the classes necessary for the proper functioning of SAP J2EE Engine 6.20. It runs on both dispatcher and server nodes of the cluster.

Visual Administrator

Properties

 

Dispatcher

 

Property

Description

Default Value

 

 

 

ErrorLogFileName

Specifies the filename to which error log messages are written.

./managers/log /ERROR.log

CriticalLogLevel

Specifies the types of log messages that have critical priority. It is a number from 0 to 7 specifying that log messages within [CriticalLogLevel,7] are written in the DefaultCriticalFile.

3

NormalLogFileName

Specifies the filename to which messages with normal priority are written. This file is used by the Log viewer of the system to display the messages.

DEFAULT.log

InfoLogFileName

Specifies the filename to which info log messages for Classloader Manager are saved.

./managers/log /classloader/INFO.log

CriticalLogFileName

Specifies the filename to which critical log messages are written.

CRITICAL.log

NormalLogLevel

Specifies the types of log messages that have normal priority. It is a number from 0 to 7 specifying that log messages within [0, NormalLogLevel] are written in the DefaultNormalFile.

5

AlertLogFileName

Specifies the filename to which alert log messages are written.

./managers/log /ALERT.log

EmergencyLogFileName

Specifies the filename to which emergency log messages are written.

./managers/log /EMERGENCY.log

DebugLogFileName

Specifies the filename to which debug log messages for Classloader Manager are written.

./managers/log /classloader/DEBUG.log

NoticeLogFileName

Specifies the filename to which notice log messages for Classloader Manager are written.

./managers/log /classloader/NOTICE.log

WarningLogFileName

Specifies the filename to which warning log messages for Classloader Manager are written.

./managers/log /classloader/WARNING.log

 

 

Server

 

Property

Description

Default Value

 

 

 

ErrorLogFileName

Specifies the filename to which error log messages are written.

./managers/log /ERROR.log

CriticalLogLevel

Specifies the types of log messages that have critical priority. It is a number from 0 to 7 specifying that log messages within [CriticalLogLevel,7] are written in the DefaultCriticalFile.

3

NormalLogFileName

This parameter specifies the filename to which messages with normal priority are written. This file is used by the Log viewer of the system to display the messages.

DEFAULT.log

InfoLogFileName

Specifies the filename to which info log messages for Classloader Manager are written.

./managers/log /classloader/INFO.log

CriticalLogFileName

Specifies the filename to which critical log messages are written.

./managers/log /CRITICAL.log

NormalLogLevel

Specifies the types of log messages that have normal priority. It is a number from 0 to 7 specifying that log messages within [0, NormalLogLevel] are written in the DefaultNormalFile.

5

AlertLogFileName

Specifies the filename to which alert log messages are written.

./managers/log /ALERT.log

EmergencyLogFileName

Specifies the filename to which emergency log messages are written.

./managers/log /EMERGENCY.log

DebugLogFileName

Specifies the filename to which debug log messages for Classloader Manager are written.

./managers/log /classloader/DEBUG.log

NoticeLogFileName

Specifies the filename to which notice log messages for Classloader Manager are written.

./managers/log /classloader/NOTICE.log

WarningLogFileName

Specifies the filename to which warning log messages for Classloader Manager are written.

./managers/log /classloader/WARNING.log

Property Files

../cluster/dispatcher/managers/settings/ClassLoaderManager.properties
Classloader Manager properties specified in the Visual Administrator section for dispatcher node can be set from this property file as well.

../cluster/server/managers/settings/ClassLoaderManager.properties
Classloader Manager properties specified in the Visual Administrator section for server node can be set from this property file as well.

Previous  Next