Author: claude
Date: Sun Feb 15 16:25:08 2015
New Revision: 1659939
URL: http://svn.apache.org/r1659939
Log:
another
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=1659939&r1=1659938&r2=1659939&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/security/example.mdtext (original)
+++ jena/site/trunk/content/documentation/security/example.mdtext Sun Feb 15
16:25:08 2015
@@ -30,9 +30,11 @@ 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 %*`
uncomment the line that reads