2.2.6 Details of the WAR property

This subsection describes the details of the War property of cosminexus.xml with reference to each tag.

Note that the tag details are described in the order mentioned in 2.1 Specifications of the Cosminexus application property file (cosminexus.xml).

Organization of this subsection
(1) <war>
(2) <module-name>
(3) <security-role>
(4) <role-name>
(5) <linked-to>
(6) <resource-ref>
(7) <res-ref-name>
(8) <linked-to>
(9) <resource-env-ref>
(10) <resource-env-ref-name>
(11) <linked-queue>
(12) <resource-adapter>
(13) <queue>
(14) <linked-adminobject>
(15) <resourceadapter-name>
(16) <adminobject-name>
(17) <linked-to>
(18) <thread-control>
(19) <thread-control-max-threads>
(20) <thread-control-exclusive-threads>
(21) <thread-control-queue-size>
(22) <thread-control-stats-monitor>
(23) <whole-waiting-request-count>
(24) <enabled>
(25) <high-threshold>
(26) <low-threshold>
(27) <waiting-request-count>
(28) <enabled>
(29) <high-threshold>
(30) <low-threshold>
(31) <resource-watcher>
(32) <watcher-threshold>
(33) <watcher-interval>
(34) <watcher-enabled>
(35) <watcher-writefile-enabled>
(36) <urlgroup-thread-control>
(37) <urlgroup-thread-control-name>
(38) <urlgroup-thread-control-max-threads>
(39) <urlgroup-thread-control-exclusive-threads>
(40) <urlgroup-thread-control-queue-size>
(41) <urlgroup-thread-control-mapping>
(42) <url-pattern>
(43) <stats-monitor>
(44) <waiting-request-count>
(45) <enabled>
(46) <high-threshold>
(47) <low-threshold>
(48) <http-request>
(49) <encoding>
(50) <http-response>
(51) <encoding>
(52) <jsp>
(53) <page-encoding>
(54) <http-session>
(55) <http-session-max-number>
(56) <resource-watcher>
(57) <watcher-threshold>
(58) <watcher-interval>
(59) <watcher-enabled>
(60) <watcher-writefile-enabled>
(61) <dbsfo>
(62) <enabled>
(63) <application-id>
(64) <attribute-data-size-max>
(65) <exclude-extensions>
(66) <eadssfo>
(67) <enabled>
(68) <application-id>
(69) <exclude-url-patterns>
(70) <session-read-only-url-patterns>
(71) <start-notify-error>
(72) <start-order>
(73) <session-config>
(74) <cookie-config>
(75) <name>
(76) <http-only>
(77) <tracking-mode>

(1) <war>

Description
This tag defines the WAR.
Specifiable value
None.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(2) <module-name>

Description
This is a key for identifying the WAR. However, in the case of WAR applications, the WAR property for cosminexus.xml becomes one, therefore you are not required to specify this tag. Even if you specify, this setting is ignored.
The set value is specified according to the following conditions:
For an application that includes application.xml
  • Common to the archive format and exploded archive format
    This tag specifies the character string specified in <application>-<module>-<web>-<web-uri> in the application.xml.
For an application that does not include application.xml
  • Archive format (cjimportapp command (-f/-d))
    This tag specifies the location of the WAR file within the J2EE application using the relative path from the EAR root.
  • Exploded archive format (cjimportapp command (-a))
    This tag specifies the value of the WAR directory acquired by replacing the _war at the end of the relative path from the application directory, with .war.
Notes when using the relative path
  • Use a forward slash (/) as the path delimiter.
  • You cannot specify a forward slash (/) at the beginning of the path string.
  • You cannot specify "./", "../", and "//" in the path string.
Specifiable value
There are no limitations for the input value.
Dependency on other tags
None.
Tag omission
You cannot omit this tag.
Value omission
You cannot omit the value of this tag.

(3) <security-role>

Description
This tag defines the security role.
Specifiable value
None.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(4) <role-name>

Description
This tag specifies the security role name.
Specifiable value
There are no limitations for the input value.
Dependency on other tags
None.
Tag omission
You cannot omit this tag.
Value omission
You cannot omit the value of this tag.

(5) <linked-to>

Description
This tag specifies the access control list (role name defined with the cjaddsec command).
Specifiable value
There are no limitations for the input value.
Dependency on other tags
None.
Tag omission
You cannot omit this tag.
Value omission
You can omit the value of this tag.

(6) <resource-ref>

Description
This tag defines the resource to be referenced from the Servlet.
Specifiable value
None.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(7) <res-ref-name>

Description
This tag specifies the name of the resource reference.
Specifiable value
There are no limitations for the input value.
Dependency on other tags
None.
Tag omission
You cannot omit this tag.
Value omission
You cannot omit the value of this tag.

(8) <linked-to>

Description
This tag specifies the corresponding resource adapter display name and the mail display name.
  • Connector 1.0 or earlier versions
    Resource-adapter-display-name
  • Outbound resource adapter conforming to Connector 1.5 or later versions
    Resource-adapter-display-name!Connection-definition-identifier
Specifiable value
There are no limitations for the input value.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You can omit the value of this tag.

(9) <resource-env-ref>

Description
This tag defines the resource environment variable to be referenced from the Servlet.
Specifiable value
None.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(10) <resource-env-ref-name>

Description
This tag specifies the name of the resource environment variable reference.
Specifiable value
There are no limitations for the input value.
Dependency on other tags
None.
Tag omission
You cannot omit this tag.
Value omission
You cannot omit the value of this tag.

(11) <linked-queue>

Description
This tag specifies the queue name. This tag is enabled only when javax.jms.Queue is specified in the <resource-env-ref-type> tag of the DD element.
Note that any one of the <linked-to> tag, <linked-queue> tag, or the <linked-adminobject> tag is specified.
Specifiable value
None.
Dependency on other tags
This tag depends on the <resource-env-ref-type> tag of the DD.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(12) <resource-adapter>

Description
This tag specifies the display name of the resource adapter.
You cannot specify a resource adapter conforming to Connector 1.5 or later versions.
Specifiable value
There are no limitations for the input value.
Dependency on other tags
None.
Tag omission
You cannot omit this tag.
Value omission
You cannot omit the value of this tag.

(13) <queue>

Description
This tag specifies the queue name.
Specifiable value
There are no limitations for the input value.
Dependency on other tags
None.
Tag omission
You cannot omit this tag.
Value omission
You cannot omit the value of this tag.

(14) <linked-adminobject>

Description
This tag specifies the administered object.
Note that any one of the <linked-to> tag, <linked-queue> tag, or the <linked-adminobject> tag is specified.
Specifiable value
None.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(15) <resourceadapter-name>

Description
This tag specifies the display name of the resource adapter.
You cannot specify a resource adapter conforming to Connector 1.0 or earlier versions.
Specifiable value
There are no limitations for the input value.
Dependency on other tags
None.
Tag omission
You cannot omit this tag.
Value omission
You cannot omit the value of this tag.

(16) <adminobject-name>

Description
This tag specifies the administered object name.
Specifiable value
You can use alphanumeric characters (0 to 9, A to Z, and a to z) and the following special characters:
Space ( ), exclamation mark (!), double quotation mark ("), hash mark (#), dollar sign ($), percent sign (%), ampersand (&), single quotation ('), left parenthesis and right parenthesis (() ()), asterisk (*), plus sign (+), comma (,), hyphen (-), period (.), colon (:), semicolon (;), less-than sign (<), equal sign (=), greater-than sign (>), question mark (?), at mark (@), square brackets ([) (]), yen sign ([Figure]), caret (^), underscore (_), grave accent mark (`), curly brackets ({) (}), vertical bar (|), and tilde (~)
You cannot, however, specify the following names:
  • Name containing a period (.) at the beginning or at the end
  • Name containing a period (.) only
  • Name containing continuous underscores (_)
Dependency on other tags
None.
Tag omission
You cannot omit this tag.
Value omission
You cannot omit the value of this tag.

(17) <linked-to>

Description
This tag specifies the display name of the JavaBeans resource.
This tag is enabled only when JavaBeans-resource-class-name is specified in the <resource-env-ref-type> tag of the DD element.
Note that any one of the <linked-to> tag, <linked-queue> tag, or the <linked-adminobject> tag is specified.
Specifiable value
There are no limitations for the input value.
Dependency on other tags
This tag depends on the <resource-env-ref-type> tag of the DD.
Tag omission
You can omit this tag.
Value omission
You can omit the value of this tag.

(18) <thread-control>

Description
This tag specifies the settings for controlling the Web application threads.
Specifiable value
None.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(19) <thread-control-max-threads>

Description
This tag specifies the maximum number of threads of the Web applications.
Specify a value equal to or more than the number of dedicated threads.
Specifiable value
Specify an integer value from 1 to 1024.
Dependency on other tags
This tag depends on the <thread-control-exclusive-threads> tag.
Tag omission
You cannot omit this tag.
Value omission
You cannot omit the value of this tag.

(20) <thread-control-exclusive-threads>

Description
This tag specifies the number of dedicated threads.
Specify a value equal to or not more than the maximum number of concurrently executed threads of the Web applications.
Specifiable value
Specify an integer value from 1 to 1024.
Dependency on other tags
This tag depends on the <thread-control-max-threads> tag and the <urlgroup-thread-control-exclusive-threads> tag.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(21) <thread-control-queue-size>

Description
This tag specifies the pending queue size of the Web applications.
Specifiable value
Specify an integer value from 0 to 2147483647.
Dependency on other tags
None.
Tag omission
You cannot omit this tag.
Value omission
You cannot omit the value of this tag.

(22) <thread-control-stats-monitor>

Description
This tag specifies the settings for monitoring the operation statistics. When this tag is omitted or when <enabled>, <high-threshold>, or <low-threshold> tags are omitted, the default value and threshold value events are enabled.
Specifiable value
None.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(23) <whole-waiting-request-count>

Description
This tag monitors the entire pending request count of the Web applications.
Specifiable value
None.
Dependency on other tags
None.
Tag omission
You cannot omit this tag.
Value omission
You cannot omit the value of this tag.

(24) <enabled>

Description
Specifies whether to enable the threshold value event for monitoring the entire pending request count of the Web applications.
Specifiable value
  • true
    The threshold value event will be enabled.
  • false
    The threshold value event will be disabled.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(25) <high-threshold>

Description
This tag specifies the high threshold value (unit: %) for the output of the threshold value event.
Specifiable value
Specify an integer value from 1 to 100. However, the value must be equal to or greater than the value specified in the <low-threshold> tag.
Dependency on other tags
This tag depends on the <low-threshold> tag.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(26) <low-threshold>

Description
The tag specifies the low threshold value (unit: %) for the output of the threshold value event.
Specifiable value
Specify an integer value from 0 to 99. However, the value must be equal to or not more than the value specified in the <high-threshold> tag.
Dependency on other tags
This tag depends on the <high-threshold> tag.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(27) <waiting-request-count>

Description
This tag monitors the number of pending requests of the Web applications.
Specifiable value
None.
Dependency on other tags
None.
Tag omission
You cannot omit this tag.
Value omission
You cannot omit the value of this tag.

(28) <enabled>

Description
This tag specifies whether to enable the threshold value event for monitoring the number of pending requests of the Web applications.
Specifiable value
  • true
    The threshold value event will be enabled.
  • false
    The threshold value event will be disabled.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(29) <high-threshold>

Description
This tag specifies the high threshold value (unit: %) for the output of the threshold value event.
Specifiable value
Specify an integer value from 1 to 100. However, the value must be equal to or greater than the value specified in the <low-threshold> tag.
Dependency on other tags
This tag depends on the <low-threshold> tag.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(30) <low-threshold>

Description
Specifies the low threshold value (unit: %) for the output of the threshold value event.
Specifiable value
An integer value from 0 to 99. However, the value must be equal to or not more than the value specified in the <high-threshold> tag.
Dependency on other tags
This tag depends on the <high-threshold> tag.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(31) <resource-watcher>

Description
This tag specifies the properties related to the monitoring of the number of saved request pending queues of the Web applications.
When this tag is omitted or when <watcher-threshold>, <watcher-interval>, <watcher-enabled>, or <watcher-writefile-enabled> tags are omitted, the default value and monitoring events are enabled.
Specifiable value
None.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(32) <watcher-threshold>

Description
This tag specifies the threshold value to output an alert message.
Specifiable value
Specify an integer value from 1 to 100.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(33) <watcher-interval>

Description
This tag specifies the monitoring interval.
Specifiable value
Specify an integer value from 1 to 2147483647.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(34) <watcher-enabled>

Description
This tag specifies whether to enable the monitoring of the number of saved request pending queues of the Web applications.
Specifiable value
  • true
    Monitoring will be enabled.
  • false
    Monitoring will be disabled.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(35) <watcher-writefile-enabled>

Description
This tag specifies whether to output the resource usage status to a file.
Specifiable value
  • true
    The resource usage status will be output to a file.
  • false
    The resource usage status will not be output to a file.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(36) <urlgroup-thread-control>

Description
This tag specifies the settings for controlling the number of concurrently executed threads of the URL groups.
Specifiable value
None.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(37) <urlgroup-thread-control-name>

Description
This tag specifies the definition name for controlling the number of concurrently executed threads of the URL groups.
Specify a unique name in the Web application for the definition name for controlling the number of concurrently executed threads of the URL groups.
Specifiable value
You can use alphanumeric characters, hyphens (-), and underscores (_).
Specify the number of characters as 1[Figure] Length-of-the-character-string[Figure] 64.
Dependency on other tags
None.
Tag omission
You cannot omit this tag.
Value omission
You cannot omit the value of this tag.

(38) <urlgroup-thread-control-max-threads>

Description
This tag specifies an integer value for the maximum number of concurrently executed threads of the URL groups.
Specifiable value
Specify an integer value from 1 to thread-control-max-threads.
Dependency on other tags
This tag depends on the <thread-control-max-threads> tag and the <urlgroup-thread-control-exclusive-threads> tag.
Tag omission
You cannot omit this tag.
Value omission
You cannot omit the value of this tag.

(39) <urlgroup-thread-control-exclusive-threads>

Description
This tag specifies the number of dedicated threads of the URL groups.
Specifiable value
Specify an integer value from 0 to urlgroup-thread-control-max-threads and equal to or not more than thread-control-exclusive-threads.
Dependency on other tags
This tag depends on the <thread-control-max-threads> tag, <thread-control-exclusive-threads> tag, and the <urlgroup-thread-control-max-threads> tag.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(40) <urlgroup-thread-control-queue-size>

Description
This tag specifies the pending queue size of the URL groups.
Specifiable value
Specify an integer value from 0 to 2147483647.
Dependency on other tags
None.
Tag omission
You cannot omit this tag.
Value omission
You cannot omit the value of this tag.

(41) <urlgroup-thread-control-mapping>

Description
This tag sets up the mapping information of the URL to be controlled.
Specifiable value
None.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(42) <url-pattern>

Description
This tag specifies the URL pattern to be controlled.
You cannot specify the same URL pattern in one Web application.
Some examples of specification are as follows:

/soda/grape/*
/foo/*
/contents
*.foo

Specifiable value
There are no limitations for the input value.
Dependency on other tags
None.
Tag omission
You cannot omit this tag.
Value omission
You cannot omit the value of this tag.

(43) <stats-monitor>

Description
This tag specifies the settings for monitoring the operation statistics.
When this tag is omitted or when <enabled>, <high-threshold>, or <low-threshold> tags are omitted, the default value and threshold value events are enabled.
Specifiable value
None.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(44) <waiting-request-count>

Description
This tag monitors the pending requests of the URL groups.
Specifiable value
None.
Dependency on other tags
None.
Tag omission
You cannot omit this tag.
Value omission
You cannot omit the value of this tag.

(45) <enabled>

Description
This tag specifies whether to enable the threshold value event for monitoring the pending requests of the URL groups.
Specifiable value
  • true
    The threshold value event will be enabled.
  • false
    The threshold value event will be disabled.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(46) <high-threshold>

Description
This tag specifies the high threshold value (unit: %) for the output of the threshold value event.
Specifiable value
Specify an integer value from 1 to 100.
The value must be equal to or more than low-threshold.
Dependency on other tags
This tag depends on the <low-threshold> tag.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(47) <low-threshold>

Description
This tag specifies the low threshold value (unit: %) for the output of the threshold value event.
Specifiable value
Specify an integer value from 0 to 99.
The value must be equal to or not more than high-threshold.
Dependency on other tags
This tag depends on <high-threshold> tag.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(48) <http-request>

Description
This tag specifies various settings concerning an HTTP request.
Specifiable value
None.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You can omit the value of this tag.

(49) <encoding>

Description
This tag specifies the default encoding used to decode a request body and query.
However, if the settings conform to the Servlet specifications (ServletAPI and web.xml), this tag is disabled.
Specify character encoding supported by JavaVM.
Specifiable value
There are no limitations for the input value.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You can omit the value of this tag.

(50) <http-response>

Description
This tag specifies various settings related to an HTTP response.
Specifiable value
None.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You can omit the value of this tag.

(51) <encoding>

Description
This tag specifies the default encoding used to encode a response body.
However, if the settings conform to the Servlet specifications (ServletAPI and web.xml), this tag is disabled.
Specify character encoding supported by JavaVM.
Specifiable value
There are no limitations for the input value.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You can omit the value of this tag.

(52) <jsp>

Description
This tag specifies various settings related to a JSP.
Specifiable value
None.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You can omit the value of this tag.

(53) <page-encoding>

Description
This tag specifies the default encoding used to read a JSP file.
However, if the settings conform to the Servlet specifications (ServletAPI and web.xml), this tag will be disabled.
Specify character encoding supported by JavaVM.
Specifiable value
There are no limitations for the input value.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You can omit the value of this tag.

(54) <http-session>

Description
This tag sets up the information related to the monitoring of the number of HttpSessions of the Web applications.
Specifiable value
None.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(55) <http-session-max-number>

Description
This tag specifies the maximum number of usable HttpSessions.
When -1 is specified, the number of usable HttpSessions is infinite.
Specifiable value
-Specify an integer value from -1 to 2147483647.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(56) <resource-watcher>

Description
This tag sets up the properties related to the monitoring of the number of HttpSessions.
When this tag is omitted or when <watcher-threshold>, <watcher-interval>, <watcher-enabled>, or <watcher-writefile-enabled> tags are omitted, the default value and monitoring events are enabled.
Specifiable value
None.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(57) <watcher-threshold>

Description
This tag specifies the threshold value to output an alert message.
Specifiable value
Specify an integer value from 1 to 100.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(58) <watcher-interval>

Description
This tag specifies the monitoring interval.
Specifiable value
Specify an integer value from 1 to 2147483647.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(59) <watcher-enabled>

Description
This tag specifies whether to enable the monitoring of the number of HttpSessions.
However, if 0 is specified in <http-session-max-number>, monitoring will be disabled irrespective of the value specified.
Specifiable value
  • true
    Monitoring will be enabled.
  • false
    Monitoring will be disabled.
Dependency on other tags
This tag depends on the <http-session-max-number> tag.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(60) <watcher-writefile-enabled>

Description
This tag specifies whether to output the resource usage status to a file.
Specifiable value
  • true
    The resource usage status will be output to a file.
  • false
    The resource usage status will not be output to a file.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(61) <dbsfo>

Description
This tag sets up the database session failover functionality.
Specifiable value
None.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(62) <enabled>

Description
This tag specifies whether to enable the database session failover functionality.
Specifiable value
  • true
    The database session failover functionality will be enabled.
  • false
    The database session failover functionality will be disabled.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(63) <application-id>

Description
This tag sets up the application identifier.
Specifiable value
You can specify up to 16 alphanumeric characters and underscores (_).
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(64) <attribute-data-size-max>

Description
This tag sets up the maximum size for the property information of an HTTP session that can be included in the global session information.
Specifiable value
Specify an integer value from 128 to 10485760.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(65) <exclude-extensions>

Description
This tag sets up an extension to control the database session failover functionality.
If the URL path is the same as the specified extension, the database session failover functionality will be disabled in the corresponding request. The comparison of the specified extension and URL is not case sensitive. If you do not want to set up the extension that controls the database session failover functionality, specify a blank character string.
Specifiable value
Specify up to 512 characters using the following:
  • Alphanumeric characters
  • Parentheses (())
  • Exclamation mark (!)
  • Percent sign (%)
  • Dollar sign ($)
  • Ampersand (&)
  • Single quotation mark (')
  • Plus sign (+)
  • Hyphen (-)
  • Equal sign (=)
  • At mark (@)
  • Underscore (_)
  • Tilde (~)
  • Period (.)
  • Comma (,)
When specifying multiple extensions, you demarcate with a comma (,).
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You can omit the value of this tag.

(66) <eadssfo>

Description
Specifies the EADs session failover functionality.
Specifiable value
None.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You can omit the value of this tag.

(67) <enabled>

Description
Specifies whether to enable the EADs session failover functionality.
Specifiable value
  • true
    Enable.
  • false
    Disable.
Dependency on other tags
None.
Tag omission
You can omit the tag.
Value omission
You cannot omit the value of this tag.

(68) <application-id>

Description
Sets up the application identifier.
Specifiable value
You can use alphanumeric characters and underscores (_).
You can specify up to 128 characters.
Dependency on other tags
None.
Tag omission
You can omit the tag.
Value omission
You cannot omit the value of this tag.

(69) <exclude-url-patterns>

Description
Specifies a URL pattern (specifies for a complete match, prefix match, and identifier match) for controlling the EADs session failover functionality.
If the specified URL pattern and the request URL are in conformity, the EADs session failover functionality is disabled with the corresponding request.
Note that for requesting multiple URL patterns, use a semicolon (;) as a demarcator, and then specify.
The comparison of the complete match specification and prefix match specification is case sensitive. The comparison of an identifier match is not case sensitive.
For not controlling the EADs session failover functionality, specify a blank character string.
Specifiable value
For specifying a complete match and prefix match, specify the normalized URI that starts with a slash (/).
For specifying an identifier match, specify an identifier that starts with (*.).
Dependency on other tags
None.
Tag omission
You can omit the tag.
Value omission
You can omit the value of this tag.

(70) <session-read-only-url-patterns>

Description
Specifies a URL pattern for read-only requests for HTTP sessions of the EADs session failover functionality.
If the specified URL pattern and the request URL are in conformity, the corresponding request becomes the read-only request for HTTP sessions.
Note that for requesting multiple URL patterns, use a semicolon (;) as a demarcator, and then specify.
The comparison of the complete match specification and the prefix match specification is case sensitive. The comparison of identifier match is not case sensitive.
For not controlling the EADs session failover functionality, specify a blank character string.
Specifiable value
For specifying a complete match and prefix match, specify the normalized URI that starts with a slash (/).
For specifying identifier match, specify an identifier that starts from (*.).
Dependency with other tags
None.
Tag omission
You can omit the tag.
Value omission
You can omit the value of this tag.

(71) <start-notify-error>

Description
This tag specifies whether to interrupt the start processing of a J2EE application after reporting an error, when error occurs during the initialization of a Servlet or a JSP in which the startup load is specified when the application is started, and during the analysis of taglib.
When a new J2EE application is created in Application Server 06-00 or later versions, the default display value is true and for other J2EE applications, the default value is false.
Specifiable value
  • true
    The error will be reported.
  • false
    The error will not be reported.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(72) <start-order>

Description
Specifies the order of starting and stopping the J2EE applications. When starting an application, the start processing is executed in the ascending order and when terminating the application, the stop processing is executed in the descending order.
Specifiable value
Specify an integer value from 0 to 2147483647.
Dependency on other tags
None.
Tag omission
You can omit this tag.
Value omission
You cannot omit the value of this tag.

(73) <session-config>

Description
Defines the session parameters of Web applications
Specifiable value
None.
Dependency on other tags
None.
Tag omission
You can omit the tag.
Value omission
You can omit the value of this tag.

(74) <cookie-config>

Description
Specifies HTTP Cookie that shows the session ID of the HTTP session created with Web applications.
Specifiable value
None.
Dependency on other tags
None.
Tag omission
You can omit the tag.
Value omission
You can omit the value of this tag.

(75) <name>

Description
Specifies the name of HTTP Cookie that shows the session ID of the HTTP session created with Web applications.
Specifiable value
You can use the alphanumeric characters (0 to 9, A to Z, and a to z) and the following special characters:
Exclamation mark (!), dollar sign ($), percentage sign (%), ampersand (&), single quotation mark ('), asterisk (*), plus sign (+), hyphen (-), period (.), caret (^), underscore (_), grave accent mark (`), vertical bar (|), and tilde (~)
However, you cannot specify the dollar sign ($) at the beginning of the name.
Dependency on other tags
None.
Tag omission
You can omit the tag.
Value omission
You cannot omit the value of this tag.

(76) <http-only>

Description
Specifies whether the HttpOnly attribute is to be added or not in an HTTP Cookie that shows the session ID of the HTTP session created with Web applications.
Specifiable value
  • true
    The HttpOnly attribute is added to HTTP Cookie.
  • false
    The HttpOnly attribute is not added to HTTP Cookie.
Dependency on other tags
None.
Tag omission
You can omit the tag.
Value omission
You cannot omit the value of this tag.

(77) <tracking-mode>

Description
Specifies the tracking mode.
Specifiable value
  • COOKIE
  • URL
Dependency on other tags
None.
Tag omission
You can omit the tag. If omitting this tag, the same operations are executed as in the case when a COOKIE and URL are specified.
Value omission
You cannot omit the value of this tag.