-
Notifications
You must be signed in to change notification settings - Fork 1
Running Fuseki server
filipk edited this page Mar 22, 2019
·
19 revisions
-
Always start Fuseki from your <FUSEKI_DATA_DIR>
-
In testing or development environments open Command prompt and run:
fuseki-server --localhost
-
For production/deployment set up a service (https://jena.apache.org/documentation/fuseki2/fuseki-run.html)
ie. on Windows using NSSM:
java -Xmx8192M -jar %FUSEKI_HOME%\fuseki-server.jar --localhost
-
Check if the server is running:
The server needs to "warm-up" - load data into memory - which might take 10 minutes. Throw in some queries from the MTW ...