Sun Java System Web Server 7.0 Update 5 Developer's Guide to Java Web Applications

property Element

Specifies a property that has a name and a value. A property adds configuration information to its parent element that is:

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.

Subelement

The following table describes subelement for the property element.

Table A–5 property Subelement

Element 

Required 

Description 

description Element

zero or one 

Contains a text description of this element. 

Attributes

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