table of contents
JSVC(1) | Jakarta project | JSVC(1) |
NAME¶
jsvc - application to launch java daemon
SYNOPSIS¶
jsvc [-jvm JVM name] [-classpath path] [-cp path] [-home directory] [-version] [-help] [-?] [-nodetach] [-debug] [-check] [-user user] [-wait waittime] [-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
-cp/ -classpath directory and zip/jar files
-home directory
-version
-help
-nodetach
-debug
-check
-stop
-wait waittime
-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 Jakarta Commons Daemon project. Authors are Jean-Frederic Clere, Remy Maucherat, Yoav Shapira, Bill Barker. JSVC is under the Apache License Version 2.0.
11/23/2010 | Jsvc version 1.0.1 |