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 17:18:44 UTC

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

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

 ##########
 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:
   Updated in latest pull request.

----------------------------------------------------------------
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