Release 2.x‎ > ‎Install - Reference‎ > ‎Config Ref Guide‎ > ‎Clients‎ > ‎Client‎ > ‎

Contexts

A collection Context elements that the Client is allowed to access.

Syntax


<Contexts default="..."> 
   <Context id="..." />
   ...
</Contexts>

Arguments


NameRequiredDescriptionExample
defaultYesA valid Context id.  This is provided to the Client so that it will know which Context to use, by default, if multiple Contexts are defined (and the Client does not have the means select which one to use).default="Employee-Embedded-JDBC"


Properties

None


Example


<Contexts default="Employees-Embed-JDBC"> 
   <Context id="Employees-Embed-JDBC" />
   <Context id="Employees-MySQL-JDBC" />
   <Context id="Employees-UnboundID-LDAP" />
   <Context id="Employees-OpenDS-JNDI" />
</Contexts>


XML Sub-Elements