-
Notifications
You must be signed in to change notification settings - Fork 1
Running Fuseki server
filak edited this page Sep 27, 2023
·
19 revisions
Go to your <**FUSEKI_DATA_DIR**> open CMD and run:
fuseki-server --localhost
Set up a service (https://jena.apache.org/documentation/fuseki2/fuseki-run.html) - ie. on Windows using NSSM - run:
nssm.exe install ApacheJenaFuseki
Set:
- Path: java
- Startup dir: %FUSEKI_BASE%
- Arguments: -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 up to 5-10 minutes