You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2010/10/02 12:26:31 UTC

svn commit: r1003764 - in /commons/proper/daemon/trunk/src/site/xdoc: binaries.xml download_daemon.xml faq.xml index.xml jsvc.xml mail-lists.xml procrun.xml

Author: sebb
Date: Sat Oct  2 10:26:30 2010
New Revision: 1003764

URL: http://svn.apache.org/viewvc?rev=1003764&view=rev
Log:
Trailing blanks

Modified:
    commons/proper/daemon/trunk/src/site/xdoc/binaries.xml
    commons/proper/daemon/trunk/src/site/xdoc/download_daemon.xml
    commons/proper/daemon/trunk/src/site/xdoc/faq.xml
    commons/proper/daemon/trunk/src/site/xdoc/index.xml
    commons/proper/daemon/trunk/src/site/xdoc/jsvc.xml
    commons/proper/daemon/trunk/src/site/xdoc/mail-lists.xml
    commons/proper/daemon/trunk/src/site/xdoc/procrun.xml

Modified: commons/proper/daemon/trunk/src/site/xdoc/binaries.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/site/xdoc/binaries.xml?rev=1003764&r1=1003763&r2=1003764&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/site/xdoc/binaries.xml (original)
+++ commons/proper/daemon/trunk/src/site/xdoc/binaries.xml Sat Oct  2 10:26:30 2010
@@ -64,7 +64,7 @@ The Windows archive (e.g. commons-daemon
 </ul>
 There is only one <code>prunmgr.exe</code> application for all architectures.
 The <code>prunsrv.exe</code> executable is available in 3 different versions for different architectures.
-The version in the top-level directory is for 32-bit (x86) architectures. 
+The version in the top-level directory is for 32-bit (x86) architectures.
 The lower level directories are for 64-bit systems:
 <ul>
 <li>amd64 - AMD 64-bit</li>

Modified: commons/proper/daemon/trunk/src/site/xdoc/download_daemon.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/site/xdoc/download_daemon.xml?rev=1003764&r1=1003763&r2=1003764&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/site/xdoc/download_daemon.xml (original)
+++ commons/proper/daemon/trunk/src/site/xdoc/download_daemon.xml Sat Oct  2 10:26:30 2010
@@ -54,7 +54,7 @@ limitations under the License.
       <p>
         We recommend you use a mirror to download our release
         builds, but you <strong>must</strong> verify the integrity of
-        the downloaded files using signatures downloaded from our main 
+        the downloaded files using signatures downloaded from our main
         distribution directories. Recent releases (48 hours) may not yet
         be available from the mirrors.
       </p>
@@ -71,7 +71,7 @@ limitations under the License.
 
       <form action="[location]" method="get" id="SelectMirror">
         <p>
-          Other mirrors: 
+          Other mirrors:
           <select name="Preferred">
           [if-any http]
             [for http]<option value="[http]">[http]</option>[end]
@@ -90,7 +90,7 @@ limitations under the License.
       <p>
         The <a href="http://www.apache.org/dist/commons/KEYS">KEYS</a>
         link links to the code signing keys used to sign the product.
-        The <code>PGP</code> link downloads the OpenPGP compatible signature from our main site. 
+        The <code>PGP</code> link downloads the OpenPGP compatible signature from our main site.
         The <code>MD5</code> link downloads the checksum from the main site.
       </p>
     </subsection>

Modified: commons/proper/daemon/trunk/src/site/xdoc/faq.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/site/xdoc/faq.xml?rev=1003764&r1=1003763&r2=1003764&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/site/xdoc/faq.xml (original)
+++ commons/proper/daemon/trunk/src/site/xdoc/faq.xml Sat Oct  2 10:26:30 2010
@@ -15,9 +15,9 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
- 
+
 <document>
- 
+
  <properties>
   <title>Daemon : FAQ</title>
   <author email="jfrederic.clere@fujitsu-siemens.con">Jean-Frederic Clere</author>

Modified: commons/proper/daemon/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/site/xdoc/index.xml?rev=1003764&r1=1003763&r2=1003764&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/daemon/trunk/src/site/xdoc/index.xml Sat Oct  2 10:26:30 2010
@@ -15,9 +15,9 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
- 
+
 <document>
- 
+
  <properties>
   <title>Daemon : Java based daemons or services</title>
   <author email="jfrederic.clere@fujitsu-siemens.con">Jean-Frederic Clere</author>
@@ -27,7 +27,7 @@
 <section name="Introduction">
 <p>
       Since 1994, the Java programming language evolved and became a
-      valid tool to develop reliable and performant server applications as 
+      valid tool to develop reliable and performant server applications as
       opposed to just applets and client applications. The major disadvantage of
       the Java platform is that still today the only portable way to
       start a Java application relies on a single point of entry: the
@@ -65,7 +65,7 @@
       server application.
       </li>
       <li>
-      If an attacker finds out the shutdown message to send to the server 
+      If an attacker finds out the shutdown message to send to the server
       and discovers a way to send this message, he can easily interrupt
       the server's operation, bypassing all the security restrictions
       implemented in the operating system.
@@ -90,7 +90,7 @@
 <section name="Structure">
 <p>
       Daemon is made of 2 parts. One written in C that makes the interface to
-      the operating system and the other in Java that provides the 
+      the operating system and the other in Java that provides the
       Daemon API.
 </p>
 </section>

Modified: commons/proper/daemon/trunk/src/site/xdoc/jsvc.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/site/xdoc/jsvc.xml?rev=1003764&r1=1003763&r2=1003764&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/site/xdoc/jsvc.xml (original)
+++ commons/proper/daemon/trunk/src/site/xdoc/jsvc.xml Sat Oct  2 10:26:30 2010
@@ -29,10 +29,10 @@
       Jsvc is a set of libraries and applications for making Java
       applications run on UNIX more easily.
       <br/>
-      Jsvc allows the application (e.g. Tomcat) to perform some privileged operations as root 
+      Jsvc allows the application (e.g. Tomcat) to perform some privileged operations as root
       (e.g. bind to a port &lt; 1024), and then switch identity to a non-privileged user.
       <br/>
-      It can run on Win32 via the Cygwin emulation layer (see 
+      It can run on Win32 via the Cygwin emulation layer (see
       <a href="http://www.cygwin.com/"> Cygwin</a> for more information),
       however Win32 users may prefer to use <a href="procrun.html"> procrun</a>
       instead, which allows the application to run as a Windows Service.

Modified: commons/proper/daemon/trunk/src/site/xdoc/mail-lists.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/site/xdoc/mail-lists.xml?rev=1003764&r1=1003763&r2=1003764&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/site/xdoc/mail-lists.xml (original)
+++ commons/proper/daemon/trunk/src/site/xdoc/mail-lists.xml Sat Oct  2 10:26:30 2010
@@ -48,7 +48,7 @@ limitations under the License.
 
     <section name="Overview">
       <p>
-        <a href="index.html">Commons Daemon</a> shares mailing lists with all the other 
+        <a href="index.html">Commons Daemon</a> shares mailing lists with all the other
         <a href="http://commons.apache.org/components.html">Commons Components</a>.
         To make it easier for people to only read messages related to components they are interested in,
         the convention in Commons is to prefix the subject line of messages with the component's name,
@@ -68,8 +68,8 @@ limitations under the License.
       </p>
       <p>
         <strong>Note:</strong> please don't send patches or attachments to any of the mailing lists.
-        Patches are best handled via the <a href="issue-tracking.html">Issue Tracking</a> system. 
-        Otherwise, please upload the file to a public server and include the URL in the mail. 
+        Patches are best handled via the <a href="issue-tracking.html">Issue Tracking</a> system.
+        Otherwise, please upload the file to a public server and include the URL in the mail.
       </p>
     </section>
 
@@ -185,10 +185,10 @@ limitations under the License.
             General announcements of Apache project releases.
             <br /><br />
           </td>
-          <td><a class="externalLink" href="mailto:announce-subscribe@apache.org">Subscribe</a></td> 
-          <td><a class="externalLink" href="mailto:announce-unsubscribe@apache.org">Unsubscribe</a></td> 
+          <td><a class="externalLink" href="mailto:announce-subscribe@apache.org">Subscribe</a></td>
+          <td><a class="externalLink" href="mailto:announce-unsubscribe@apache.org">Unsubscribe</a></td>
           <td><i>read only</i></td>
-          <td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/announce/">mail-archives.apache.org</a></td> 
+          <td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/announce/">mail-archives.apache.org</a></td>
           <td><a class="externalLink" href="http://markmail.org/list/org.apache.announce/">markmail.org</a><br />
               <a class="externalLink" href="http://old.nabble.com/Apache-News-and-Announce-f109.html">old.nabble.com</a><br />
               <a class="externalLink" href="http://www.mail-archive.com/announce@apache.org/">www.mail-archive.com</a><br />

Modified: commons/proper/daemon/trunk/src/site/xdoc/procrun.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/site/xdoc/procrun.xml?rev=1003764&r1=1003763&r2=1003764&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/site/xdoc/procrun.xml (original)
+++ commons/proper/daemon/trunk/src/site/xdoc/procrun.xml Sat Oct  2 10:26:30 2010
@@ -25,25 +25,25 @@
 <body>
 <section name="Introduction">
 <p>
-    Procrun is a set of applications that allow Windows users to wrap 
+    Procrun is a set of applications that allow Windows users to wrap
     (mostly) Java applications (e.g. Tomcat) as a Windows service.
     <br></br>
-    The service can be set to automatically start when the machine boots 
+    The service can be set to automatically start when the machine boots
     and will continue to run with no user logged onto the machine.
-</p> 
+</p>
 </section>
 
 <section name="Procrun monitor application">
 <p>
     <b>Prunmgr</b> is a GUI application for monitoring and configuring procrun
     services.
-</p>    
+</p>
 <p>
     Each command line directive is in the form of <b>//XX[//ServiceName]</b>
 </p>
 <p>
     If the <code>//ServiceName</code> parameter is omitted, then the service name is
-    assumed to be the name of the file. 
+    assumed to be the name of the file.
     <br/>
     The Prunsrv application behaves in the same way,
     so to allow both applications to reside in the same directory, the Prunmgr application
@@ -54,30 +54,30 @@
     then the default service name is <code>TestService</code>.
 </p>
     <p>The available command line options are:</p>
-<p> 
+<p>
     <table>
     <tr><th>//ES</th>
         <td>Edit service configuration</td>
         <td>This is the default operation. It is called if the no option is
             provided.
-            Starts the GUI application which allows the service configuration 
+            Starts the GUI application which allows the service configuration
             to be modified, started and stopped.
         </td>
     </tr>
     <tr><th>//MS</th>
         <td>Monitor service</td>
-        <td>Starts the GUI application and minimizes it to the system tray. 
+        <td>Starts the GUI application and minimizes it to the system tray.
         </td>
     </tr>
     <tr><th>//MR</th>
         <td>Monitor &amp; run service</td>
         <td>Starts the GUI application and minimizes it to the system tray.
-            Start the service if it is not currently running. 
+            Start the service if it is not currently running.
         </td>
     </tr>
     <tr><th>//MQ</th>
         <td>Monitor Quit</td>
-        <td>Stop any running monitor for the service. 
+        <td>Stop any running monitor for the service.
         </td>
     </tr>
     </table>
@@ -102,7 +102,7 @@
     then the default service name is <code>TestService</code>.
 </p>
     <p>The available command line options are:</p>
-<p> 
+<p>
     <table>
     <tr><th>//TS</th>
         <td>Run the service as a console application</td>
@@ -128,21 +128,21 @@
     <tr><th>//DS</th>
         <td>Delete service</td>
         <td>Stops the service first if it is currently running</td>
-    </tr>        
+    </tr>
     <tr><th>//PP[//seconds]</th>
         <td>Pause</td>
         <td>Default is 60 seconds</td>
-    </tr>        
+    </tr>
     <tr><th>//VS</th>
         <td>Version</td>
         <td>Print version and exit (since version 1.0.3)</td>
-    </tr>        
+    </tr>
     <tr><th>//?</th>
         <td>Help</td>
         <td>Print usage and exit (since version 1.0.3)</td>
-    </tr>        
+    </tr>
     </table>
-</p> 
+</p>
 </subsection>
 <subsection name="Command line parameters">
 <p>
@@ -151,7 +151,7 @@
     prefixed with <code>PR_</code> it will take precedence.
     For example:
 <source>set PR_CLASSPATH=xx.jar</source>
-</p>    
+</p>
 <p>is equivalent to providing
 <source>--Classpath=xx.jar</source>
 </p>
@@ -179,13 +179,13 @@ Only multi-valued parameters support thi
 If <b><code>++</code></b> is used for a parameter that does not support multiple values,
 then it is treated the same as <b>--</b>. No error is reported.
 </p>
-<p> 
+<p>
     <table>
     <tr>
     <th>ParameterName</th>
     <th>Default</th>
     <th>Description</th>
-    </tr> 
+    </tr>
     <tr>
     <td>--Description</td>
     <td></td>
@@ -245,7 +245,7 @@ then it is treated the same as <b>--</b>
     <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> 
+        if the account belongs to the built-in domain, you can specify <i>.\UserName</i>
     </td>
     </tr>
     <tr>
@@ -425,15 +425,15 @@ then it is treated the same as <b>--</b>
     <td></td>
     <td>Redirected stderr filename. If named <b>auto</b> file is created
     in the <b>LogPath</b> directory with the name <b>service-stderr.YEAR-MONTH-DAY.log</b>.</td>
-    </tr>    
+    </tr>
     <tr>
     <td>--PidFile</td>
     <td></td>
     <td>Defines the file name for storing the running process id.
     Actual file is created in the <b>LogPath</b> directory</td>
-    </tr>    
+    </tr>
     </table>
-</p> 
+</p>
 </subsection>
 <subsection name="Installing services">
 <p>
@@ -559,8 +559,8 @@ For example, using RPC.
 The basic Service definitions are maintained under the registry key:
 <source>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\&lt;ServiceName&gt;</source>
 Additional parameters are stored in the registry at:
-<source>HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\ProcRun 2.0\&lt;ServiceName&gt;\Parameters</source> 
+<source>HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\ProcRun 2.0\&lt;ServiceName&gt;\Parameters</source>
 </p>
 </section>
 </body>
-</document> 
+</document>