uCosminexus Application Server, Operation, Monitoring, and Linkage Guide

[Contents][Glossary][Index][Back][Next]

9.4.2 Settings for execution environment

To issue a management event, you must specify settings for a J2EE server or an SFO server.

Organization of this subsection
(1) Setting J2EE servers
(2) Setting an SFO server

(1) Setting J2EE servers

You implement the J2EE server settings in the Easy Setup definition file. You specify the issuing definition for the management event in the <configuration> tag of the logical J2EE server (j2ee-server), in the Easy Setup definition file.

The following table describes the issuing definition for management events defined in the Easy Setup definition file:

Table 9-3 Issuing definition for management events in the Easy Setup definition file (J2EE server)

Items Parameters to be specified Setting contents
Application of issuing Management events ejbserver.manager.agent.MEventAgent.enabled Specifies whether to enable the issuing of management event. To issue a management event, specify true.
Setting the operation to be performed when a Management event is issued manager.mevent.send.timeout Specifies the send timeout value (seconds) for the management event.
manager.mevent.retry.limit Specifies the retry limit for the management event.
manager.mevent.retry.interval Specifies the retry interval (seconds) for the management event.
manager.mevent.send.max Specifies the maximum number of concurrently issued management events.
manager.mevent.message_id.list Specifies the path of the message ID list file.
manager.mevent.sender.bind.host Specifies the presence or absence of a fixed local address.

For details on the Easy Setup definition file and the parameters to be specified, see 4.6 Easy Setup definition file in the uCosminexus Application Server Definition Reference Guide.

(2) Setting an SFO server

You implement the SFO server settings in the Easy Setup definition file. You specify the issuing definition for the management event in the <configuration> tag of the logical SFO server (sfo-server) in the Easy Setup definition file.

The following table describes the issuing definition for management events defined in the Easy Setup definition file:

Table 9-4 Issuing definition for management events in the Easy Setup definition file (SFO server)

Items Parameters to be specified Setting contents
Application of issuing Management events ejbserver.manager.agent.MEventAgent.enabled Specifies whether to enable the issuing of management events. To issue a management event, you specify true.
Settings for the operation to be performed when a Management event is issued. manager.mevent.send.timeout Specifies the send timeout value (seconds) for management events.
manager.mevent.retry.limit Specifies the retry limit for the management event.
manager.mevent.retry.interval Specifies the retry interval (seconds) for management events.
manager.mevent.send.max Specifies the maximum number of concurrently issued management events.
manager.mevent.message_id.list Specifies the path of the message ID list file.
manager.mevent.sender.bind.host Specifies the presence or absence of a fixed local address.

For details on the Easy Setup definition file and the parameters to be specified, see 4.6 Easy Setup definition file in the uCosminexus Application Server Definition Reference Guide.