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:
[email protected]


With regards,
Apache Git Services

Reply via email to