File: wrapper.1

package info (click to toggle)
service-wrapper-java 3.5.51-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,716 kB
  • sloc: ansic: 33,016; java: 16,713; xml: 4,368; sh: 3,126; makefile: 24; php: 2
file content (37 lines) | stat: -rw-r--r-- 1,043 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.TH javawrapper 1 "12/24/2012"
.SH NAME
wrapper \- Jar daemon wrapper
.SH USAGE
\fBwrapper\fP [\f[I]<command>\f[]] [\f[I]<configuration file>\f[]] [\f[I]<configuration properties>]\f[]

where <command> can be one of:

.TP
.B -c  --console
run as a Console application

.TP
.B  -v  --version
print the wrapper's version information.

.TP
.B  -?  --help
print this help message

.TP
.B  -- <args>
 mark the end of Wrapper arguments.  All arguments after the '--' will be passed through unmodified to the java application.

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

.TP
\f[I]<configuration properties>\f[] are configuration name-value pairs which override values  in wrapper.conf.  For example:
  wrapper.debug=true

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

.PP
This manual page was written by Rémi Debay <debay.remi@gmail.com>
and Kill Your TV <killyourtv@i2pmail.org>.