-
Notifications
You must be signed in to change notification settings - Fork 1
Running Fuseki server
filipk edited this page Mar 14, 2019
·
19 revisions
-
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: