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_r305028989
##########
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 "$@"
+
## Adding custom code to the Fuseki server:
##
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:
[email protected]
With regards,
Apache Git Services