logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wrapper - Jar daemon wrapper

Contents

Name

       wrapper - Jar daemon wrapper

Usage

wrapper [<command>] [<configurationfile>] [<configurationproperties>]

       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<configurationproperties> 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   <debay.remi@gmail.com>   and   Kill   Your   TV
       <killyourtv@i2pmail.org>.

                                                   12/24/2012                                     javawrapper(1)

See Also