Author: claude
Date: Sun Feb 15 16:23:48 2015
New Revision: 1659938

URL: http://svn.apache.org/r1659938
Log:
once more

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=1659938&r1=1659937&r2=1659938&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/security/example.mdtext (original)
+++ jena/site/trunk/content/documentation/security/example.mdtext Sun Feb 15 
16:23:48 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`
     * On Windows edit fuseki-server.bat file 
     comment out the line that reads `java -Xmx1200M -jar fuseki-server.jar %*`


Reply via email to