Skip to content

Running Fuseki server

filak edited this page Sep 27, 2023 · 19 revisions

For testing and development

Go to your <FUSEKI_DATA_DIR> open CMD 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 - 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

http://localhost:3030

The server needs to "warm-up" - load data into memory - which might take up to 5-10 minutes

Clone this wiki locally