USAGE

wrapper [<command>] [<configuration file>] [<configuration properties>]

where <command> can be one of:

-c --console

run as a Console application

-v --version

print the wrapper's version information.

-? --help

print this help message

-- <args>

mark the end of Wrapper arguments. All arguments after the '--' will be passed through unmodified to the java application.

<configuration file> is the wrapper.conf to use. The filename must either be absolute or relative to the location of wrapper

<configuration properties> are configuration name-value pairs which override values in wrapper.conf. For example:

  wrapper.debug=true

Please note that any file references must be either absolute or relative to the location of the wrapper executable.

This manual page was written by RĂ©mi Debay <[email protected]> and Kill Your TV <[email protected]>.