user manual

Chapter 30: Partition XML reference 377
<partition> element
<security> element
The security element lets you configure the security settings for a given
Partition. This empty element contains the attributes described in the following
table.
<container> element
The container element specifies how the Partition works with classloading.
reap.older_than_secs If reap_enable is true, sets the threshold
for the age (in seconds) of statistics data
kept on disk before being deleted. The
default is 600 seconds (10 minutes).
reap.period_secs If reap_enable is true, sets the time period
(in seconds) between sweeps to clean up
statistics data older than
reap.older_than_secs from disk. The
default is 60 seconds (1 minute).
Attribute Description
enable Enables or disables security for a
Partition. Valid values are true (default)
or false.
manager Specifies the name of the security
manager used by a Partition. Valid
values are any available security
provider names, for example
com.borland.security.provider.Certificate
Wallet.
policy Specifies the name of the security policy
file that defines the security rules of a
Partition. Valid values are any fully
qualified security policy file names, for
example
<install_dir>/va/\security/profile/\
management/java_security.policy
Attribute Description
system.classload.prefixes This is a comma seperated list of
resource prefixes that the custom
classloader will delegate to the system
classloader prior to attempting to load
itself.
verify.on.load When true runs verify on JARs as they
are loaded. Default is true.
Attribute Description