|
From: Paul M. <pm...@an...> - 2015-03-02 04:07:45
|
On 28/02/2015, at 4:05 AM, <d2r...@li...> <d2r...@li...> wrote: >> OMG! OMG! It works! It works! > I spoke too soon. But - I believe that I have success, finally, even if I am a bit more cautions now about declaring it Of course, it's version problem. TDB 0.8.10 works against ARQ 2.8.8, d2rq uses arq 2.9 Happily, TDB 0.9.0-incubating works against ARQ 2.9. To run Joseki as a stand-alone sparql service and bundle together TDB, D2R, and static files, hack up the classpath. The classpath should include * All of the d2rq jars * jetty-6.1.25.jar and jetty-util-6.1.25.jar from the Joseki lib directory * jena-tdb-0.9.0-incubating.jar Launch java -server -Xmx2G -cp "$CP" -Dlog4j.configuration=etc/log4j.properties joseki.rdfserver --port 8081 config.ttl Or something like it. |