Author: jfclere
Date: Tue May 17 01:47:45 2005
New Revision: 170551
URL: http://svn.apache.org/viewcvs?rev=170551&view=rev
Log:
Uprade the -help output.
Modified:
jakarta/commons/proper/daemon/trunk/xdocs/jsvc.xml
Modified: jakarta/commons/proper/daemon/trunk/xdocs/jsvc.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/daemon/trunk/xdocs/jsvc.xml?rev=170551&r1=170550&r2=170551&view=diff
==============================================================================
--- jakarta/commons/proper/daemon/trunk/xdocs/jsvc.xml (original)
+++ jakarta/commons/proper/daemon/trunk/xdocs/jsvc.xml Tue May 17 01:47:45 2005
@@ -90,7 +90,7 @@
-jvm <JVM name>
use a specific Java Virtual Machine. Available JVMs:
- '(null)'
+ 'client' 'server'
-cp / -classpath <directories and zip/jar files>
set search path for service classes and resouces
-home <directory>
@@ -107,7 +107,7 @@
verbosely print debugging information
-check
only check service (implies -nodetach)
- -user
+ -user <user>
user used to run the daemon (defaults to current user)
-verbose[:class|gc|jni]
enable verbose output
@@ -124,6 +124,11 @@
set a Java system property
-X<option>
set Virtual Machine specific option
+ -wait <waittime>
+ wait waittime seconds for the service to start
+ waittime should multiple of 10 (min=10)
+ -stop
+ stop the service using the file given in the -pidfile option
</source>
</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]