Author: claude
Date: Sun Feb 15 16:29:33 2015
New Revision: 1659941
URL: http://svn.apache.org/r1659941
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=1659941&r1=1659940&r2=1659941&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/security/example.mdtext (original)
+++ jena/site/trunk/content/documentation/security/example.mdtext Sun Feb 15
16:29:33 2015
@@ -28,18 +28,18 @@ Uncompress the `commons-collections*.jar
5. Add security jars to the startup script/batch file.
* 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 "$@"
+ 1. comment out the line that reads `exec java $JVM_ARGS -jar "$JAR"
"$@"`
+ 2. uncomment the last two lines that read
- change `MyCode.jar` to `security.jar:example.jar:commons-collections*.jar`
+ \#\# APPJAR=MyCode.jar
+ \#\# java $JVM_ARGS -cp "$JAR:$APPJAR"
org.apache.jena.fuseki.cmd.FusekiCmd "$@"
+
+ 3. 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
- `@REM java ... -cp fuseki-server.jar;MyCustomCode.jar
org.apache.jena.fuseki.cmd.FusekiCmd %*`
- change `MyCustomCode.jar` to
`security.jar;example.jar;commons-collections*.jar`
+ 1. comment out the line that reads `java -Xmx1200M -jar
fuseki-server.jar %*`
+ 2. uncomment the line that reads `@REM java ... -cp
fuseki-server.jar;MyCustomCode.jar org.apache.jena.fuseki.cmd.FusekiCmd %*`
+ 3. change `MyCustomCode.jar` to
`security.jar;example.jar;commons-collections*.jar`
6. run the fuseki-server script or batch file.