On 14/02/2022 17:30, [email protected] wrote:
I'm probably missing something obvious, because I haven't looked at Fuseki
in quite some time. I cannot seem to find any way to set the servlet
context path for Fuseki in its standalone (non-WAR) incarnation, which I
want to do in order to get it proxied behind httpd.
For Fuseki standalone server (in the download) and Fuseki Main:
Set the name of the dataset to a path. The name can have a "/" in it but
it seems to need the service name to help it distinguish between the
"sparql" query service and /some/path/dataset thinking "dataset" is the
service (routing has been decided before the named services are
available to inspect).
fuseki-server /some/path/dataset/sparql
Is that enough for you?
BTW:
One way to proxy is to run it on a known port and then use --localhost -
the Fuseki server then will only talk to HTTP traffic on the localhost
interface (IPv4 or IPv6), not to directly sent traffic.
Andy
Is there a setting here, or will I have to define a Jetty configuration (in
which case, do we have an example available?)?
Thanks for any info!
Adam