On 18/09/2023 15:35, Jim Balhoff wrote:
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.
The database is opened before the configuration is processed.
Also, there is only one "database" java object for each database
location and something elsewhere may now or later open it for other
operations.
This could be changed - file management is (should be!) centralized in
the codebase.
Andy
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