I am using RDFox 3.0.1, and I cannot figure out how to specify the port the daemon should start on.
I have tried:
./RDFox daemon . "set endpoint.port 8080" "endpoint start"
This seems to work in v2.1.1, but not in 3.0.1.
I am using RDFox 3.0.1, and I cannot figure out how to specify the port the daemon should start on.
I have tried:
./RDFox daemon . "set endpoint.port 8080" "endpoint start"
This seems to work in v2.1.1, but not in 3.0.1.
Copyright © 2021 Jogjafile Inc.
If you're running in
daemonmode, then after the daemon keyword you can specify the endpoint parameters. These are exactly the same as in the shell, but without theendpoint. prefix.So, if in the shell you did
set endpoint.blah value, you specify this option asRDFox daemon blah value.For example
./RDFox daemon port 8080