Thanks, I think that’s basically what I’ve got. The only operation I have enabled is 'fuseki:query’. But Fuseki still complains if the filesystem is read-only.
> On Sep 18, 2023, at 10:03 AM, Martynas Jusevičius <[email protected]> > wrote: > > This looks like the configuration that you need: > https://jena.apache.org/documentation/fuseki2/fuseki-configuration.html#read-only-service > > On Mon, Sep 18, 2023 at 2:43 PM Jim Balhoff <[email protected]> wrote: >> >> Hi, >> >> Is it possible to run a Fuseki server using a read-only TDB2 directory? I’d >> like to run a query-only SPARQL endpoint, no updates. However I get an >> exception at startup if the filesystem is read-only. Does Fuseki need to >> acquire the lock even if updates are turned off? >> >> Thank you, >> Jim >>
