Sun GlassFish Enterprise Server v2.1.1 Application Deployment Guide

property (with attributes)

Specifies the name and value of a property. A property adds configuration information to its parent element that is one or both of the following:

Superelements

cache, cache-helper, class-loader, cookie-properties, default-helper, manager-properties, session-properties, store-properties, sun-web-app, webservice-endpoint (sun-web.xml); auth-realm, client-container, client-credential, log-service, provider-config (sun-acc.xml)

Subelements

The following table describes subelements for the property element.

Table A–86 property Subelements

Element 

Required 

Description 

description

zero or one 

Specifies an optional text description of a property. 


Note –

The property element in the sun-acc.xml file has no subelements.


Attributes

The following table describes attributes for the property element.

Table A–87 property Attributes

Attribute 

Default 

Description 

name

none 

Specifies the name of the property. 

value

none 

Specifies the value of the property. 

Example

<property name="reapIntervalSeconds" value="20" />