Clone URL (Committers only): https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/documentation%2Ffuseki2%2Ffuseki-run.mdtext
[email protected] Index: trunk/content/documentation/fuseki2/fuseki-run.mdtext =================================================================== --- trunk/content/documentation/fuseki2/fuseki-run.mdtext (revision 1762936) +++ trunk/content/documentation/fuseki2/fuseki-run.mdtext (working copy) @@ -65,6 +65,12 @@ intended as a starting point. It restricts use of the admin UI to the local machine. +You can define FUSEKI_BASE as a java system property, e.g., via adding +`-DFUSEKI_BASE=/your/path/here` to the java command line. + +The fuseki 2.4.0 war is missing a library file and will not work as distributed. See [https://issues.apache.org/jira/browse/JENA-1185][1] for details. + + ## Fuseki as an Embedded SPARQL Server {#fuseki-embedded} Fuseki can be run from inside an Java application to provide SPARQL @@ -82,3 +88,6 @@ See the [full documentation](fuseki-embedded.html) for details of configuration and working with data shared with the [embedded Fuseki](fuseki-embedded.html) instance. + + + [1]: https://issues.apache.org/jira/browse/JENA-1185 \ No newline at end of file
