Ultimately I think it would be great to have it Docker-ized.

@Andy Seaborne was there any progress with that? I've made my
Dockerfile, feel free to reuse it:
https://github.com/AtomGraph/fuseki-docker/blob/master/Dockerfile

On Mon, Jun 10, 2019 at 5:02 PM <[email protected]> wrote:
>
> This works with apache-jena-fuseki-3.12.0:
>
>     java -Xmx1200M -jar fuseki-server.jar --update --loc=dataDir
> /myDataset
>
> I downloaded jena-fuseki-geosparql-3.12.0.jar from
> http://central.maven.org/maven2/org/apache/jena/jena-fuseki-geosparql/3.12.0/
> into the same directory, and this works:
>
>     java -cp jena-fuseki-geosparql-3.12.0.jar
> org.apache.jena.fuseki.geosparql.Main --help
>
> When I remove --help from the second one and try to add things to that
> command line to start up the server like the first command above does, I
> had no luck. I usually get the following:
>
>     SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
>
> or
>
>     Error: Could not find or load main class
> io.github.galbiston.geosparql_fuseki.Main
>
> Can someone tell me a jena-fuseki-geosparql-3.12.0.jar version of that
> first command above to up the server that has geosparql support?
>
> I’m looking forward to playing with it…
>
> Thanks,
>
> Bob

Reply via email to