Author: claude
Date: Sun Feb 15 16:26:27 2015
New Revision: 1659940
URL: http://svn.apache.org/r1659940
Log:
again
Modified:
jena/site/trunk/content/documentation/security/example.mdtext
Modified: jena/site/trunk/content/documentation/security/example.mdtext
URL:
http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/security/example.mdtext?rev=1659940&r1=1659939&r2=1659940&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/security/example.mdtext (original)
+++ jena/site/trunk/content/documentation/security/example.mdtext Sun Feb 15
16:26:27 2015
@@ -30,8 +30,8 @@ Uncompress the `commons-collections*.jar
* On \*NIX edit fuseki-server script
comment out the line that reads `exec java $JVM_ARGS -jar "$JAR" "$@"`
uncomment the last two lines that read
- > \#\# APPJAR=MyCode.jar
- > \#\# java $JVM_ARGS -cp "$JAR:$APPJAR"
org.apache.jena.fuseki.cmd.FusekiCmd "$@"
+ \#\# APPJAR=MyCode.jar
+ \#\# java $JVM_ARGS -cp "$JAR:$APPJAR"
org.apache.jena.fuseki.cmd.FusekiCmd "$@"
change `MyCode.jar` to `security.jar:example.jar:commons-collections*.jar`