You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2018/03/22 17:27:32 UTC

svn commit: r1827516 - in /jena/site/trunk/content/documentation/fuseki2: fuseki-embedded.md fuseki-run.mdtext

Author: andy
Date: Thu Mar 22 17:27:32 2018
New Revision: 1827516

URL: http://svn.apache.org/viewvc?rev=1827516&view=rev
Log:
Tidy up some Fuseki doc.

Modified:
    jena/site/trunk/content/documentation/fuseki2/fuseki-embedded.md
    jena/site/trunk/content/documentation/fuseki2/fuseki-run.mdtext

Modified: jena/site/trunk/content/documentation/fuseki2/fuseki-embedded.md
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/fuseki2/fuseki-embedded.md?rev=1827516&r1=1827515&r2=1827516&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/fuseki2/fuseki-embedded.md (original)
+++ jena/site/trunk/content/documentation/fuseki2/fuseki-embedded.md Thu Mar 22 17:27:32 2018
@@ -10,6 +10,7 @@ and testing.
 * [Logging](#logging)
 * [Building a Server](#build)
 * [Running as a standalone server](#fuseki-basic)
+* [Examples](#examples)
 
 The embedded server does not depend on any files on disk (other than for
 databases provided by the application), and does not provide
@@ -132,6 +133,14 @@ the embedded server that runs from the c
 Fuseki server, it is only configured from the command line and has no
 persistent work area on-disk.
 
+    java -jar jena-fuseki-basic-$VER-server.jar --help
+
+The arguments are the same as the [standalone full server command line
+program](http://jena.apache.org/documentation/fuseki2/fuseki-run.html#fuseki-standalone-server
+).
+
+## Examples
+
 ### Example 1
 Create a server on port 3330, that provides the default set of endpoints for an RDF
 dataset that can be updated via HTTP.

Modified: jena/site/trunk/content/documentation/fuseki2/fuseki-run.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/fuseki2/fuseki-run.mdtext?rev=1827516&r1=1827515&r2=1827516&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/fuseki2/fuseki-run.mdtext (original)
+++ jena/site/trunk/content/documentation/fuseki2/fuseki-run.mdtext Thu Mar 22 17:27:32 2018
@@ -18,7 +18,6 @@ This is running Fuseki from the command
 
     fuseki-server [--mem | --loc=DIR] [[--update] /NAME]
 
-    # Fuseki v1 style compatibility
     fuseki-server --config=CONFIG
 
 where `/NAME` is the dataset publishing name at this server in URI space.