You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by GitBox <gi...@apache.org> on 2019/07/18 10:48:27 UTC

[GitHub] [jena] afs commented on a change in pull request #584: Add $FUSEKI_BASE/extra to the fuseki-server classpath.

afs commented on a change in pull request #584: Add $FUSEKI_BASE/extra to the fuseki-server classpath.
URL: https://github.com/apache/jena/pull/584#discussion_r304852871
 
 

 ##########
 File path: jena-fuseki2/apache-jena-fuseki/fuseki-server
 ##########
 @@ -80,7 +80,8 @@ fi
 
 JVM_ARGS=${JVM_ARGS:--Xmx1200M}
 
-exec $JAVA $JVM_ARGS -jar "$JAR" "$@"
+exec $JAVA $JVM_ARGS -cp "$JAR:$FUSEKI_BASE/extra/*" org.apache.jena.fuseki.cmd.FusekiCmd "$@"
 
 Review comment:
   Better to have some testing here - does extra exist, is it a directory, is it accessible (and in Docker the last seem quite important).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services