Hi Marco,
Thanks for the checking.
Getting the "dist" done was a bit of a fight with maven and with the
rules for open source release via Sonatype. I must have changed the jar
name during all the kerfuffle.
Andy
On 27/05/18 23:14, Marco Neumann wrote:
thx Andy, this works now and runs on ubuntu 18.04 & java 1.8.0_171 as
described in the "High Availablity Apache Jena Fuseki" doc.
one thing though, it mentions to run the command
java -jar rdf-delta-server.jar --base DeltaSever
but in the zip file you provide a different jar name and the command should
be
java -jar delta-server.jar --base DeltaServer
otherwise this looks like a great solution for enhanced availability.
best,
Marco
On Sun, May 27, 2018 at 11:34 PM, Andy Seaborne <[email protected]> wrote:
Hi Marco,
http://central.maven.org/maven2/org/seaborne/rdf-delta/rdf-delta-dist/
and web page fixed.
Andy
On 27/05/18 22:27, Marco Neumann wrote:
the link
http://central.maven.org/maven2/org/seaborne/org/seaborne/
rdf-delta/rdf-delta-dist/
to the single package gives me a 404
On Sun, May 27, 2018 at 7:19 PM, Andy Seaborne <[email protected]> wrote:
If you are interested in running multiple Fuseki servers for
fault-tolerance, or as a request-scalable publishing solution, then this
may interest you:
https://afs.github.io/rdf-delta/ha-fuseki.html
Andy