It's a known bug - JENA-499 (https://issues.apache.org/jira/browse/JENA-499)
The --host argument is not actually supported in past versions of Fuseki The fix which is available in the dev snapshots (1.0.0-SNAPSHOT) adds a --localhost argument to do this instead. The documentation has been corrected behind the scenes but the ASF CMS does not let us selectively publish parts of the website so the correction won't appear on the main site until we are ready to publish it. Rob On 9/2/13 12:06 PM, "Adrian Gschwend" <[email protected]> wrote: >Hi group, > >According to the Fuseki documentation there is a --host argument for >restricting it to some IPs: > >https://jena.apache.org/documentation/serving_data/index.html#running-a-fu >seki-server > >but: > >./fuseki-server --config=fuseki-persistent.ttl --host=127.0.0.1 >Unknown argument: host > >--port seems to work. > >Version: Fuseki 0.2.7 2013-05-11T22:05:51+0100 > >Do I miss something here? > >thanks > >Adrian > > >
