The Java Service Wrapper uses a configuration file to control
the various Wrapper settings. The file also contains all of
the information necessary to launch a JVM instance with the
correct command line required by a given application.
This section includes an example configuration file as well
as covers some general features which apply to all properties.
The individual properties are individually explained below.
They can be accessed by category or name. Many of the
properties which will most likely be required are also
explained elsewhere in this document.
The Wrapper configuration file is very similar, but not exactly
the same, as a Java Properties file. The '\' character is not
interpreted as an escape character for example. The '#'
character is interpreted as a comment character. To include a
'#' character in a property value, the value must either be
quoted, or escaped by a second '#' character.
 |
 |
Properties added after the initial release are followed by the version in which
they were implemented.
|
|