- update to version 3.5.29 - update to version 3.5.28 - removed not longer needed patches * tanukiwrapper-no-4g-mem-limit.patch * tanukiwrapper-makefile-linux-x86-64.patch * tanukiwrapper-makefile-linux-x86-64.patch - Move from jpackage-utils to javapackages-tools - aarch64 and ppc64le are 64bit - format specfile - allow more than 4G as -Xmx option (bnc#914900) * add tanukiwrapper-no-4g-mem-limit.patch - License: and Obsoletes: fields fixed - x86_64 Makefile fixed - change rpm groups - remove BuildRequires on javadoc. It should be part of the devel package which is already required. - rebase on current upstream which builds on s390x OBS-URL: https://build.opensuse.org/request/show/390774 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tanukiwrapper?expand=0&rev=20
38 lines
1.0 KiB
Groff
38 lines
1.0 KiB
Groff
.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>.
|