A Coherence*Web Context Parameters
web.xml
file or they can also be entered on the command line as system properties.The system properties have the same name as the context parameters, but the dash (-
) is replaced with a period (.
).
For example, the context parameter coherence-enable-sessioncontext
can be declared on the command line by:
-Dcoherence.enable.sessioncontext=true
If both a system property and the equivalent context parameter are configured, the value from the system property is honored.
Table A-1 describes the context parameters for Coherence*Web.
Table A-1 Context Parameters for Coherence*Web
Parameter Name | Description |
---|---|
|
Coherence*Web uses the value of this parameter to determine the name of the application that uses the application name + ! + Web module name The application name is the name of the application that uses the For example, if you have an EAR file named If this parameter is not configured, then Coherence*Web uses the name of the class loader instead. Also, if the parameter is not configured and the |
|
For the Split Model, described in Session Models, this value specifies the minimum length (in bytes) that the serialized form of an attribute value must be for it to be stored in the separate overflow cache that is reserved for large attributes. If unspecified, this parameter defaults to |
|
Specifies the name of the file that Coherence*Web should use to obtain session cache information, instead of using the default |
|
Specifies a cache delegator class that is responsible for manipulating (getting, putting, or deleting) data in the distributed cache. Valid value is:
|
|
If If Note: When using the WebInstaller, a value of If unspecified, this parameter defaults to |
|
If If If unspecified, this parameter defaults to |
|
Specifies the number of milliseconds that a server holds a lock on a session while accessing it without the session being implied by the current request context. A session is implied by the current request context if and only if the current thread is processing a servlet request, and the request is associated with that session. All other access to a session object is out of context. For example, if a reference to an arbitrary session is obtained from a If unspecified, this parameter defaults to |
|
This value specifies a class name of the Valid values include:
|
|
When set to If unspecified, this parameter defaults to |
|
This is the comma-delimited list of names of application classes that want to receive events from the Web container. This list comes from the application listeners declared in the |
|
If set to If unspecified, this parameter defaults to |
|
This is the fully qualified name of the class that implements the This parameter defaults to
|
|
This name overrides the name of the local cache that stores nondistributed sessions when the If unspecified, this parameter defaults to |
|
This name overrides the name of the local cache that stores non-distributed sessions when either the If unspecified, this parameter defaults to |
|
This value, if set to These attributes will be lost if the client (application server) fails. The application would need to be able to recover from this. If unspecified, this parameter defaults to |
|
This setting allows the Session Reaper to assume that the sessions that are stored on this node (for example, by a distributed cache service) are the only sessions that this node must check for expiration. This value must be set to If cache servers are being used, select the Split Model and run the session overflow storage in a separate distributed cache service that is managed entirely by the cache servers. Leave the session storage cache itself in a distributed cache service that is managed entirely by the application server JVMs so they can take advantage of this assume locality feature. See Cleaning Up Expired HTTP Sessions. If unspecified, this parameter defaults to |
|
If This option should not be used if sticky optimization ( If unspecified, this parameter defaults to |
|
This is the number of seconds that the daemon rests between reaping. For production clusters with long session timeout intervals, this can safely be set higher. For testing, particularly with short session timeout intervals, it can be set much lower. Setting it too low can cause more network traffic and use more processing cycles, and has benefit only if the application requires the sessions to be invalidated quickly when they have expired. See Cleaning Up Expired HTTP Sessions. If unspecified, this parameter defaults to |
|
If set to The default is |
|
This is the priority for the Session Reaper daemon. See Cleaning Up Expired HTTP Sessions and the source for the If unspecified, this parameter defaults to |
|
This property indicates the mechanism that is used by the session reaper to delete timed-out sessions. Valid values are The default is |
|
This value specifies a class name of the optional Valid values include:
The default value for Coherence*Web is For Coherence*Web WebInstaller, there is no declared default value. |
|
This value is either If unspecified, this parameter defaults to |
|
This specifies the name of the Coherence cache to be used to hold the servlet context data if the servlet context is clustered. If unspecified, this parameter defaults to |
|
Configures the session affinity suffix token with a given value. For example, to set the session affinity suffix to <context-param> <param-name>coherence-session-affinity-token</param-name> <param-value>abcd</param-value> </context-param> To strip the session affinity suffix from the token, enter an exclamation point ( |
|
This value, if set to If unspecified, this parameter defaults to See also coherence-session-member-locking, coherence-session-locking, and coherence-session-app-locking parameter descriptions in this table and Session Locking Modes. |
|
This name overrides the name of the clustered cache that stores the sessions. If unspecified, this parameter defaults to |
|
This specifies whether the session cache is federated among cluster participants. Valid values are The default is |
|
This specifies the domain of the session cookie as defined by Request for Comments 2109: HTTP State Management Mechanism (RFC 2109). By default, no domain is set explicitly by the session management implementation. See Session and Session Attribute Scoping. |
|
Appends the |
|
This specifies the name of the session cookie. If unspecified, this parameter defaults to |
|
This specifies the path of the session cookie as defined by RFC 2109. By default, no path is set explicitly by the session management implementation. See Session and Session Attribute Scoping. |
|
This specifies the maximum age in seconds of the session cookie as defined by RFC 2109. A value of -1 indicates that the cookie will not persist on the client; a positive value gives the maximum age that the cookie will be persistent for the client. Zero is not permitted. If unspecified, this parameter defaults to -1. |
|
If |
|
If unspecified, this parameter defaults to |
|
This value overrides the session expiration time, and is expressed in seconds. Setting it to -1 causes sessions to never expire. See Cleaning Up Expired HTTP Sessions. If unspecified, this parameter defaults to |
|
This value configures a timeout for lock acquisition for Coherence*Web. See Troubleshooting Locking in HTTP Sessions. |
|
This is the length, in characters, of generated session IDs. The suggested absolute minimum length is 8. If unspecified, this parameter defaults to |
|
This value enables lazy acquisition of sessions. A session will be acquired only when the servlet or filter attempts to access it. This is relevant only for instrumented Web applications. See Accessing Sessions with Lazy Acquisition. If unspecified, this parameter defaults to |
|
If If unspecified, this parameter defaults to See also coherence-session-app-locking , coherence-session-member-locking, and coherence-session-thread-locking in this table. |
|
The value of this context parameter determines the locking mode that will govern concurrent access to HTTP sessions.
For example, to set the <context-param> <param-name>coherence-session-locking-mode</param-name> <param-value>app</param-value> </context-param> |
|
During session invalidation, many class not found exceptions might be thrown and logged in the session reaper. If this context parameter is set to If unspecified, this parameter defaults to |
|
If If unspecified, this parameter defaults to |
|
An alternative way to set the logging level for Coherence*Web (as opposed to JDK logging). The valid values for this parameter are the same as for JDK logging: See |
|
This name overrides the name of the clustered cache that stores the management and configuration information for the session management implementation. If unspecified, this parameter defaults to |
|
If If unspecified, this parameter defaults to See also coherence-session-thread-locking, coherence-session-locking, and coherence-session-app-locking in this table. |
|
This JVM system property, if set to If unspecified, this value defaults to This parameter can be set only on the command line as a system property. |
|
For the Split Model, this value overrides the name of the clustered cache that stores the large attributes that exceed a certain size and thus are determined to be more efficiently managed as separate cache entries and not as part of the serialized session object itself. If unspecified, this parameter defaults to |
|
If If If unspecified, this parameter defaults to |
|
If If unspecified, this parameter defaults to See also coherence-session-app-locking, coherence-session-locking, and coherence-session-member-locking parameter descriptions in this table and Session Locking Modes. |
|
If If unspecified, this parameter defaults to |
|
If If unspecified, this parameter defaults to |
|
If If unspecified, this parameter defaults to |
|
This is the parameter name to encode the session ID into the URL. On some containers, this value cannot be overridden. If unspecified, this parameter defaults to |
|
If If unspecified, this parameter defaults to |
|
This is the fully-qualified class name of the
A value must be specified for this parameter. See Configuring a Session Model. |
|
This value determines how long the session management implementation waits before shutting down after receiving the last indication that the application has been stopped, either from If unspecified, this parameter defaults to 0, because some servers are not capable of asynchronous shutdown. |
|
If See also coherence-session-thread-locking, coherence-session-member-locking, and coherence-session-app-locking in this table. If unspecified, this parameter defaults to |