Author: claude
Date: Sun Feb 15 16:17:43 2015
New Revision: 1659935

URL: http://svn.apache.org/r1659935
Log:
Another formatting attempt

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=1659935&r1=1659934&r2=1659935&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/security/example.mdtext (original)
+++ jena/site/trunk/content/documentation/security/example.mdtext Sun Feb 15 
16:17:43 2015
@@ -27,29 +27,27 @@ 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.
- * 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`
-* 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`
-
+    5.* 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`
+    * 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`
 
 6. run the fuseki-server script or batch file.
 
 7. Stop the server. 
 
 8. Extract the example configuration into the newly created `Fuseki Home/run` 
directory.
-From the example.jar archive extract 
- * `/org/apache/jena/security/example/example.ttl` into the `Fuseki Home/run` 
directory
- * `/org/apache/jena/security/example/fuseki/config.ttl` into the `Fuseki 
Home/run` directory
- * `/org/apache/jena/security/example/fuseki/shiro.ini` into the `Fuseki 
Home/run` directory
+    From the example.jar archive extract 
+    * `/org/apache/jena/security/example/example.ttl` into the `Fuseki 
Home/run` directory
+    * `/org/apache/jena/security/example/fuseki/config.ttl` into the `Fuseki 
Home/run` directory
+    * `/org/apache/jena/security/example/fuseki/shiro.ini` into the `Fuseki 
Home/run` directory
 
 
 9. run `fuseki-server –config=run/config.ttl` or `fuseki-server.bat 
–config=run/config.ttl`


Reply via email to