Specifies a property that has a name and a value. A property adds configuration information to its parent element that is:
optional with respect to Web Server but Needed by a system or object that Web Server doesn't have knowledge of, such as an LDAP server or a Java class
For example, a manager-properties element can include property subelements:
<manager-properties> <property name="reapIntervalSeconds" value="20" /> </manager-properties>
The properties that manager-properties element uses depends on the value of the parent session-manager element persistence-type attribute. For details, see the description of the session-manager element.
The following table describes subelement for the property element.
Table A–5 property Subelement
Element |
Required |
Description |
---|---|---|
zero or one |
Contains a text description of this element. |
The following table describes attributes for the property element.
Table A–6 property Attributes
Attribute |
Default |
Description |
---|---|---|
name |
none |
Specifies the name of the property or variable |
value |
none |
Specifies the value of the property or variable |