hi Andy, thanks for the guide.

Yuhan

On Thu, Sep 20, 2012 at 1:19 PM, Andy Seaborne <[email protected]> wrote:

> See
>
> http://jena.apache.org/**documentation/serving_data/**index.html#fuseki-**
> configuration-file<http://jena.apache.org/documentation/serving_data/index.html#fuseki-configuration-file>
>
>         Andy
>
>
> On 20/09/12 20:48, Yuhan Zhang wrote:
>
>> Hi all,
>>
>> I was able to run the fuseki server with one dataset using:
>>
>> java -jar fuseki-0.1.0-server.jar --update --loc=data /dataset
>>
>> it can be accessed from 
>> http://localhost:3030/dataset/**sparql?query=<http://localhost:3030/dataset/sparql?query=>
>>
>>
>> However, I'd like to host a few similar datasets; so I tried
>>
>> java -jar fuseki-0.1.0-server.jar --update --loc=data /dataset
>> --loc=data2 /dataset2
>>
>> It exited with an "Multiple dataset path names given" error.
>>
>>
>> So, does this mean fuseki server can serve only 1 dataset  at a time?
>> should I merge multiple dataset into 1 tdb? or should they be hosted on
>> separated port? (seems not right...)
>>
>>
>> Thank you.
>>
>> Yuhan
>>
>>
>

Reply via email to