1 | Environment variables (entries) are defined with ent-entry tag. |
2 | ent-entry tag contains an (optional) description element, the entry name relative to the jndi:/comp/env context, Java type of the entry value, and (optional) default value for this entry. |
3 | The value must be a valid literal for Java assignment ("value1", true, false, 12, ..). |
4 | Application assembler can modify and set the unset environment values. |
5 | Deployment tool can modify the environment values and must set the unspecified values. |