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 2018/03/22 17:28:07 UTC

svn commit: r1027143 - in /websites/staging/jena/trunk/content: ./ documentation/fuseki2/fuseki-embedded.html documentation/fuseki2/fuseki-run.html

Author: buildbot
Date: Thu Mar 22 17:28:07 2018
New Revision: 1027143

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/fuseki2/fuseki-embedded.html
    websites/staging/jena/trunk/content/documentation/fuseki2/fuseki-run.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Mar 22 17:28:07 2018
@@ -1 +1 @@
-1827514
+1827516

Modified: websites/staging/jena/trunk/content/documentation/fuseki2/fuseki-embedded.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/fuseki2/fuseki-embedded.html (original)
+++ websites/staging/jena/trunk/content/documentation/fuseki2/fuseki-embedded.html Thu Mar 22 17:28:07 2018
@@ -166,6 +166,7 @@ and testing.</p>
 <li><a href="#logging">Logging</a></li>
 <li><a href="#build">Building a Server</a></li>
 <li><a href="#fuseki-basic">Running as a standalone server</a></li>
+<li><a href="#examples">Examples</a></li>
 </ul>
 <p>The embedded server does not depend on any files on disk (other than for
 databases provided by the application), and does not provide
@@ -281,6 +282,13 @@ port for Fuseki running as a standalone
 the embedded server that runs from the command line.  Unlike the full
 Fuseki server, it is only configured from the command line and has no
 persistent work area on-disk.</p>
+<div class="codehilite"><pre><span class="n">java</span> <span class="o">-</span><span class="n">jar</span> <span class="n">jena</span><span class="o">-</span><span class="n">fuseki</span><span class="o">-</span><span class="n">basic</span><span class="o">-</span>$<span class="n">VER</span><span class="o">-</span><span class="n">server</span><span class="p">.</span><span class="n">jar</span> <span class="o">--</span><span class="n">help</span>
+</pre></div>
+
+
+<p>The arguments are the same as the <a href="http://jena.apache.org/documentation/fuseki2/fuseki-run.html#fuseki-standalone-server">standalone full server command line
+program</a>.</p>
+<h2 id="examples">Examples<a class="headerlink" href="#examples" title="Permanent link">&para;</a></h2>
 <h3 id="example-1">Example 1<a class="headerlink" href="#example-1" title="Permanent link">&para;</a></h3>
 <p>Create a server on port 3330, that provides the default set of endpoints for an RDF
 dataset that can be updated via HTTP.</p>

Modified: websites/staging/jena/trunk/content/documentation/fuseki2/fuseki-run.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/fuseki2/fuseki-run.html (original)
+++ websites/staging/jena/trunk/content/documentation/fuseki2/fuseki-run.html Thu Mar 22 17:28:07 2018
@@ -171,7 +171,6 @@ how to provide datasets and configure se
 <p>This is running Fuseki from the command line.</p>
 <div class="codehilite"><pre><span class="n">fuseki</span><span class="o">-</span><span class="n">server</span> <span class="p">[</span><span class="o">--</span><span class="n">mem</span> <span class="o">|</span> <span class="o">--</span><span class="n">loc</span><span class="p">=</span><span class="n">DIR</span><span class="p">]</span> <span class="p">[[</span><span class="o">--</span><span class="n">update</span><span class="p">]</span> <span class="o">/</span><span class="n">NAME</span><span class="p">]</span>
 
-# <span class="n">Fuseki</span> <span class="n">v1</span> <span class="n">style</span> <span class="n">compatibility</span>
 <span class="n">fuseki</span><span class="o">-</span><span class="n">server</span> <span class="o">--</span><span class="n">config</span><span class="p">=</span><span class="n">CONFIG</span>
 </pre></div>