CONTENTS   NextPrevious  



EJB Service

EJB Service manages all Enterprise JavaBeans, both session and entity, on SAP J2EE Engine 6.20. It is developed according to EJB 1.1 specification.

Visual Administrator

Runtime Control

EJB Service provides the runtime management of deployed EJBs. The “Runtime Control” tab provides statistics about the number of active and passive instances of EJBs and their number in the container. In the “Enterprise JavaBeans” box, there is a list of all EJBs deployed on the EJB Container of SAP J2EE Engine 6.20. There are several options to manipulate them:

Properties

 

Server

 

Property Key

Description

Default Value

 

 

 

InternalCompiler

Specifies if there is an internal compiler available. It takes boolean values.

false

ExternalCompiler

Specifies the external compiler that the system uses.

javac

DebugLogFileName

Specifies the filename to which debug log messages are written.

./services/ejb/log /DEBUG.log

CriticalLogFileName

Specifies the filename to which critical log messages are written.

./services/ejb/log /CRITICAL.log

WarningLogFileName

Specifies the filename to which warning log messages are written.

./services/ejb/log /WARNING.log

NoticeLogFileName

Specifies the filename to which notice log messages are written.

./services/ejb/log /NOTICE.log

ErrorLogFileName

Specifies the filename to which error log messages are written.

./services/ejb/log /ERROR.log

ZipDirectory

Specifies the directory in which the log files are archived. It is relative to the “work” directory of the Log service.

./services/ejb/log /logBackup

AlertLogFileName

Specifies the filename to which alert log messages are written.

./services/ejb/log /ALERT.log

InfoLogFileName

Specifies the filename to which info log messages are written.

./services/ejb/log /INFO.log

EmergencyLogFileName

Specifies the filename to which emergency log messages are written.

./services/ejb/log /EMERGENCY.log

Property Files

../cluster/server/services/ejb/properties
EJB Service properties specified in the Visual Administrator  section can be set from this property file as well.

Previous  Next