uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE34265-I

The parameter set to the session failover function is shown as follows. (J2EE application = aa....aa, context root = bb....bb, SFO server = cc....cc, naming service = dd....dd, max sessions = ee....ee, max session info size = ff....ff, max inactive interval = gg....gg, lock timeout = hh....hh, GS control = ii....ii, GID cookie name = jj....jj, GID URL param name = kk....kk, ll....ll, mm....mm, replicatable type = nn....nn)

aa....aa: J2EE application name
bb....bb: Context root name
cc....cc: SFO server name#
dd....dd: Address and port number of the Naming Service on the SFO server#
ee....ee: Maximum number of global sessions#
ff....ff: Maximum value (in bytes) of the size of global session information#
gg....gg: Validity period (in seconds) of the global session
hh....hh: Timeout value for awaiting global session lock#
ii....ii: Control method of the global session
cookie: Control is performed by using an HTTP Cookie.
url-rewriting: Control is performed by using URL rewriting.
both: Control is performed by using both the HTTP Cookie and the URL rewriting.
jj....jj: Name of the HTTP Cookie used for sending the global session ID when ii....ii is either cookie or both. Null character string, when ii....ii is url-rewriting
kk....kk: Path parameter name of the URL used for sending the global session ID when ii....ii is either url-rewriting or both. Null character string, when ii....ii is cookie
ll....ll: Settings of keys for rewritable global session information
The set information of the keys is output in either of the following formats:
  • RW key = Settings-of-keys-for-rewritable-global-session-information
    The set values of the keys of global session information will be output in a semicolon (;) delimited series.
    When the GSInfoKey-RW parameter is omitted, a null character string will be output in the set value of the key.
  • RW key(*)
    When the entire session information registered in the HTTP session, except the information registered in the key specified in the GSInfoKey-R parameter, is set up as the rewritable global session information, "RW key(*)" will be output.
mm....mm: Settings of keys for read-only global session information
The set information of the key is output in either of the following formats:
  • R key = Settings-of-keys-for-read-only-global-session-information
    The set values of the keys of global session information will be output in a semicolon (;) delimited series.
    When the GSInfoKey-R parameter is omitted, a null character string will be output in the set value of the key.
  • R key(*)
    When the entire session information registered in the HTTP session, except the information registered in the key specified in the GSInfoKey-RW parameter, is set up as the rewritable global session information, "R key(*)" will be output.
nn....nn: Type of the inheritable session information
String: Only objects of the java.lang.String class
String or byte[]: Objects or byte arrays of the java.lang.String class
Serializable: Objects of a serializable class
#
When the size estimation functionality of the global session information is enabled, a null character string is output.
Description
The settings of the memory session failover functionality are indicated.