table of contents
JSVC(1) | Apache Commons Daemon project | JSVC(1) |
NAME¶
jsvc - application to launch java daemon
SYNOPSIS¶
jsvc [-jvm JVM name] [-client client JVM] [-server server JVM] [-classpath path] [-cp path] [-java-home directory] [-version] [-help] [-?] [-nodetach] [-debug] [-check] [-user user] [-wait waittime] [-umask mask] [-stop] [-verbose:class|gc|jni] [-outfile /full/path/to/file] [-errfile /full/path/to/file] [-pidfile /full/path/to/file] [-Dproperty=value] [-Xoption]
DESCRIPTION¶
jsvc executes classfile that implements a Daemon interface.
OPTIONS¶
-jvm JVM name
-client client JVM
-server server JVM
-cp/ -classpath directory and zip/jar files
-java-home directory
-version
-help
-nodetach
-debug
-check
-stop
-wait waittime
-umask mask
-user user
-verbose[:class|gc|jni]
-outfile /full/path/to/file
-errfile /full/path/to/file
-pidfile /full/path/to/file
-D<name>=<value>
-X<option>
AUTHOR¶
JSVC is part of the Apache Commons Daemon project. Authors are Jean-Frederic Clere, Remy Maucherat, Yoav Shapira, Bill Barker, Mladen Turk. JSVC is released under the Apache License Version 2.0.
04/12/2018 | Jsvc version 1.0.6 |