File: wrapper.1

package info (click to toggle)
service-wrapper-java 3.5.3%2Brepack-0%2Bnmu1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,308 kB
  • sloc: sh: 29,865; ansic: 17,338; java: 11,392; xml: 2,417; makefile: 95; cpp: 32
file content (45 lines) | stat: -rw-r--r-- 1,810 bytes parent folder | download
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
38
39
40
41
42
43
44
45
.TH JavaServiceWrapper 1 "10/08/2010"
.SH NAME
wrapper \- Jar daemon wrapper
.SH USAGE 
  \fBwrapper\fP <command> <configuration file> [configuration properties] [...]
  \fBwrapper\fP <configuration file> [configuration properties] [...]
     (<command> implicitly '-c')
  \fBwrapper\fP <command>
     (<configuration file> implicitly 'wrapper.conf')
  \fBwrapper\fP
     (<command> implicitly '-c' and <configuration file> 'wrapper.conf')

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.  Name must be absolute or relative
  to the location of \fBwrapper\fP

[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 absolute or relative to the location
  of the Wrapper executable.
.br
.SH JAVA WRAPPER SERVICE DESCRIPTION
 The Java Service Wrapper makes very easy to install a Java Application as a
 daemon process on Unix systems. The Wrapper monitors a JVM (Java Virtual
 Machine) process and automatically restarts it if it that the JVM has crashed
 or hung. This process takes just a few seconds once the Wrapper has decided
 there is a problem. It also gives the ability to handle process priority.

.br 
.SH AUTHOR
Java Service Wrapper Community Edition 32-bit 3.5.3
Copyright (C) 1999-2010 Tanuki Software, Ltd. All Rights Reserved.
http://wrapper.tanukisoftware.com

.PP
This manual page was written by Rémi Debay <debay.remi@gmail.com>.