-
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
Run Fuseki service
Windows service - Use the NSSM service manager
nssm.exe install ApacheJenaFuseki
Set:
- Path: java
- Startup dir: %FUSEKI_BASE%
- Arguments: -Xmx8192M -jar %FUSEKI_HOME%/fuseki-server.jar --localhost
The server needs to "warm-up" - load data into memory - which might take up to 5-10 minutes