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/06/14 23:18:11 UTC

svn commit: r1833568 - /jena/site/trunk/content/documentation/tdb2/tdb2_fuseki.md

Author: andy
Date: Thu Jun 14 23:18:10 2018
New Revision: 1833568

URL: http://svn.apache.org/viewvc?rev=1833568&view=rev
Log:
The --tdb2 flag

Modified:
    jena/site/trunk/content/documentation/tdb2/tdb2_fuseki.md

Modified: jena/site/trunk/content/documentation/tdb2/tdb2_fuseki.md
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/tdb2/tdb2_fuseki.md?rev=1833568&r1=1833567&r2=1833568&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/tdb2/tdb2_fuseki.md (original)
+++ jena/site/trunk/content/documentation/tdb2/tdb2_fuseki.md Thu Jun 14 23:18:10 2018
@@ -3,10 +3,13 @@ Title: DB2 - Use with Fuseki2
 TDB2 is incorporated into Fuseki2, both in the full server, with UI, and
 [Fuseki2 basic server](../fuseki2/fuseki-embedded.html#fuseki-basic).
 
-In each case, the database needs to be defined in a configuration file,
+The TDB2 database can be in a configuration file,
 either a complete server configuration (see below) or as an entry in the
 `FUSEKI_BASE/configuration/` area of the full server.
 
+The command line start-up for Fuseki (both full and basic versions) uses the
+the `--tdb2` flag to modify the `--loc` argument to work with a TDB2 dataset.
+
 Example complete server configuration file for full or basic servers:
 The base URL will be of the form `http::/_host:port_/tdb2-database`.