Sun Java System Access Manager Policy Agent 2.2 Guide for IBM WebSphere Application Server 5.1.1

List Constructs in the J2EE AMAgent.properties Configuration File

Certain property keys in the J2EE agent AMAgent.properties configuration file are specified as lists. A list construct has the following format:

<key>[<index>] = <value>
key

The configuration key (name of the configuration property)

index

A positive number starting from 0 that increments by 1 for every value specified in this list.

value

One of the values specified in this list


Note –

Properties that are specified in this manner must follow the preceding format, otherwise they will be treated as invalid or missing properties.

More than one property can be specified for this key by changing the value of <index>. This value must start from the number 0 and increment by 1 for each entry added to this list.

If certain indices are missing, those indices are ignored and the rest of the specified values are loaded at adjusted list positions.

Duplicate index values result in only one value being loaded in the indexed or adjusted indexed position.



Example 5–1 Example of List Constructs in J2EE AMAgent.properties File

com.sun.am.policy.example.list[0] = value0 
com.sun.am.policy.example.list[1] = value1
com.sun.am.policy.example.list[2] = value2