Hi Andy and Thank you for your reply.
Now every thing runs well. I can query my database through Fueki2 with
Tomcat of course.
Thank you for your help.
This is the content of the config.ttl file:
<#service_tdb_all> rdf:type fuseki:Service ;
rdfs:label "TDB Service (RW)" ;
fuseki:name "Store" ;
fuseki:serviceQuery "query" ;
fuseki:serviceQuery "sparql" ;
fuseki:serviceUpdate "update" ;
fuseki:serviceUpload "upload" ;
fuseki:serviceReadWriteGraphStore "data" ;
# A separate read-only graph store endpoint:
fuseki:serviceReadGraphStore "get" ;
fuseki:dataset <#tdb_dataset_readwrite> ;
.
<#tdb_dataset_readwrite> rdf:type tdb:DatasetTDB ;
tdb:location "D:/etc/fuseki/databases/Store" ;
Thank you again for your help.
2014-08-08 22:00 GMT+02:00 Andy Seaborne <[email protected]>:
> On 07/08/14 14:45, Amira Sifaoui Ep Ghaddab wrote:
>
>> Hi Andy,
>>
>> Now, I have my web application runs under Tomcat and Fuseki2 also.
>> I made tests to route requests from my webapp/servlet to Fuseki to do
>> Graph Store Protocol operations. and it works well (Tests with tomcat
>> with eclipse and Fuseki2 with command line).
>>
>> When I want to query my TDB database with Fuseki2 under Tomcat I have 0
>> results and the storage directory containes files but these files are
>> empty.
>>
>> I changed the permissions rights of etc/fuseki to allow Tomcat to write.
>>
>> Help me please and Thank you very much !!!
>>
>
> There aren't enough details to know; what's the Fuseki configuration you
> are using?
>
> Andy
>