user manual

382 BES Developers Guide
<partition> element
<archives> element
The archives element contains configuration metadata for the archives that the
Partition can host. A specific archive can have an archive sub-element with
attributes specific to that archive. An archive does not have to have an archive
sub-element.
All the paths are relative to the Partition's root directory.
<archive> element
The archive element contains configuration metadata specific to an archive.
Archives that are found in the Partition's archive repository directories do not
need an archive element unless there is non-default configuration that need to
be applied to them.
Attribute Description
ear.repository.path Path to the Partition's EARs directory. All EARs
found in that directory are loaded by the Partition
on startup, unless specifically disabled with an
archive element.
war.repository.path Path to the Partition's WARs directory. All WARs
found in that directory are loaded by the Partition
on startup, unless specifically disabled with an
archive element.
ejbjar.repository.path Path to the Partition's EJB jars directory. All EJB
jars found in that directory are loaded by the
Partition on startup, unless specifically disabled
with an archive element.
rar.repository.path Path to the Partition's RARs directory. All RARs
found in that directory are loaded by the Partition
on startup, unless specifically disabled with an
archive element.
dar.repository.path Path to the Partition's DARs directory. All DARs
found in that directory are loaded by the Partition
on startup, unless specifically disabled with an
archive element.
lib.repository.path Path to the Partition's lib directory. All JAR files
found in that directory are placed on the
Partition's system classpath.
classes.repository.path Path to the Partition's classes directory. All
classes found in that directory are placed on the
Partition's system classpath.
Attribute Description
name Name of the archive to which this
element pertains. Is the filename of the
archive.