You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by mt...@apache.org on 2006/12/06 08:30:00 UTC

svn commit: r482945 - /jakarta/commons/proper/daemon/trunk/xdocs/procrun.xml

Author: mturk
Date: Tue Dec  5 23:29:59 2006
New Revision: 482945

URL: http://svn.apache.org/viewvc?view=rev&rev=482945
Log:
Document two additional params (ServiceUser/ServicePassword)

Modified:
    jakarta/commons/proper/daemon/trunk/xdocs/procrun.xml

Modified: jakarta/commons/proper/daemon/trunk/xdocs/procrun.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/daemon/trunk/xdocs/procrun.xml?view=diff&rev=482945&r1=482944&r2=482945
==============================================================================
--- jakarta/commons/proper/daemon/trunk/xdocs/procrun.xml (original)
+++ jakarta/commons/proper/daemon/trunk/xdocs/procrun.xml Tue Dec  5 23:29:59 2006
@@ -157,6 +157,20 @@
     <td>Password for user account set by --User parameter</td>
     </tr>
     <tr>
+    <td>--ServiceUser</td>
+    <td></td>
+    <td>Specifies the name of the account under which the service should run.
+        Use an account name in the form <i>DomainName\UserName</i>.
+        The service process will be logged on as this user.
+        if the account belongs to the built-in domain, you can specify <i>.\UserName<i> 
+    </td>
+    </tr>
+    <tr>
+    <td>--ServicePassword</td>
+    <td></td>
+    <td>Password for user account set by --ServiceUser parameter</td>
+    </tr>
+    <tr>
     <td>--JavaHome</td>
     <td>JAVA_HOME</td>
     <td>Set a different JAVA_HOME then defined by JAVA_HOME environment



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org