You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by cl...@apache.org on 2015/02/15 17:08:59 UTC

svn commit: r1659934 - /jena/site/trunk/content/documentation/security/example.mdtext

Author: claude
Date: Sun Feb 15 16:08:59 2015
New Revision: 1659934

URL: http://svn.apache.org/r1659934
Log:
more format changes


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=1659934&r1=1659933&r2=1659934&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/security/example.mdtext (original)
+++ jena/site/trunk/content/documentation/security/example.mdtext Sun Feb 15 16:08:59 2015
@@ -27,20 +27,17 @@ Jena Security jars can be downloaded fro
 Uncompress the `commons-collections*.jar` into the `Fuseki Home` directory.
 
 5. Add security jars to the startup script/batch file.
-
- 5.* On *NIX edit fuseki-server script 
+ * 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 "$@"
   change `MyCode.jar` to `security.jar:example.jar:commons-collections*.jar`
-
- 5.* On Windows edit fuseki-server.bat file 
+* 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`