Some variables are defined in server.xml for use in the obj.conf file.
A variable is found in obj.conf when the following regular expression matches:
\\$[A-Za-z][A-Za-z0-9_]*
This expression represents a $ followed by one or more alphanumeric characters. A delimited version (“${property}”) is not supported. To get a regular $ character, use $$ to have variable substitution.
In a default installation, the following variables are used to configure various aspects of the server’s operation.
The following table lists general server.xml variables. The left column lists variables, and the right column lists descriptions of those variables.
Table 2–30 General Variables
Property |
Description |
---|---|
accesslog |
The access log file for the server. |
Variables are evaluated when generating specific objectsets. Evaluation is recursive: variable values can contain other variables.