You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2013/08/04 22:11:32 UTC

svn commit: r872895 - in /websites/staging/jena/trunk/content: ./ documentation/serving_data/index.html

Author: buildbot
Date: Sun Aug  4 20:11:31 2013
New Revision: 872895

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/serving_data/index.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Aug  4 20:11:31 2013
@@ -1 +1 @@
-1509999
+1510330

Modified: websites/staging/jena/trunk/content/documentation/serving_data/index.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/serving_data/index.html (original)
+++ websites/staging/jena/trunk/content/documentation/serving_data/index.html Sun Aug  4 20:11:31 2013
@@ -364,10 +364,10 @@ argument is used.</p>
 assembler file for TDB is in tdb.ttl.</p>
 <p><strong>Fuseki Server Arguments</strong></p>
 <ul>
-<li><code>--help</code> <br /> Print help message.</li>
-<li><code>--port=*number*</code> <br /> Run on port <em>number</em> - default is 3030.</li>
-<li><code>--host=*name*</code> <br /> Listen only to a specific network interface.</li>
-<li><code>--update</code> <br /> Allow update. Otherwise only read requests are served (ignored if a configuration file is given).</li>
+<li><code>--help</code>          <br /> Print help message.</li>
+<li><code>--port=*number*</code> <br /> Run on port <em>number</em> (default is 3030).</li>
+<li><code>--localhost</code>     <br /> Listen only to the localhost network interface.</li>
+<li><code>--update</code>        <br /> Allow update. Otherwise only read requests are served (ignored if a configuration file is given).</li>
 </ul>
 <h2 id="fuseki-server-starting-with-an-empty-dataset">Fuseki Server starting with an empty dataset</h2>
 <div class="codehilite"><pre><span class="n">fuseki</span><span class="o">-</span><span class="n">server</span> <span class="o">--</span><span class="n">update</span> <span class="o">--</span><span class="n">mem</span> <span class="o">/</span><span class="n">ds</span>