1. Session Server System Properties

The following describes session server system properties.

The properties are configured in <properties> under the <session-cluster> section.

  • jeus.sessionmanager.receive.backup.despite.no.deploy

    Description

    In DOMAIN_WIDE mode, even if an application is not deployed, a dummy application is deployed so that its backup can be received from a remote.

    Default

    false

  • jeus.sessionmanager.cluster.stable.waiting.sec

    Description

    Length of time during which the deployment of an application is delayed to finish processing a cluster event.

    Default

    0 (Unit: second)

  • jeus.sessiomanager.dumpbackup.max

    Description

    Count unit for dumpbackup.

    If the server to be backed up restarts, dumpbackup is performed. In this case, if the server has too many sessions, divide the sessions into uniform units of size and then perform backup.

    If this property is set in Session Cluster, it will be applied to all clusters. If it is set in Session Cluster Config, it will be applied only to a corresponding cluster.

    Default

    100

  • jeus.distributed.session.failback.unit.size

    Description

    Number of sessions to send at a time when sending a failback.

    Default

    100

  • jeus.distributed.session.clear-backup-delay

    Description

    Amount of time, in seconds, to wait before cleaning up the backup session when a join, fail, or stop event occurs on a clustered server.

    If a join, fail, or stop event occurs before the backup session is cleaned up, the time at which the last event occurred is used as the basis.

    Default

    30 (seconds)

  • jeus.distributed.session.clear.upgrade.table

    Description

    Amount of time, in seconds, to wait before clearing the upgrade history when a session upgrade is executed due to a fail or stop event.

    If a fail or stop event occurs before clearing the upgrade history, the time at which the last event occurred is used as the basis.

    Default

    Session timeout setting value