Author: claude
Date: Sun Feb 15 16:03:28 2015
New Revision: 1659933

URL: http://svn.apache.org/r1659933
Log:
modified layout


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=1659933&r1=1659932&r2=1659933&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/security/example.mdtext (original)
+++ jena/site/trunk/content/documentation/security/example.mdtext Sun Feb 15 
16:03:28 2015
@@ -28,19 +28,15 @@ Uncompress the `commons-collections*.jar
 
 5. Add security jars to the startup script/batch file.
 
-* On *NIX edit fuseki-server script 
-
+ 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`
 
-
-change `MyCode.jar` to `security.jar:example.jar:commons-collections*.jar`
-
-* On Windows edit fuseki-server.bat file 
-
+ 5.* 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 %*`
@@ -52,7 +48,7 @@ change `MyCustomCode.jar` to `security.j
 
 7. Stop the server. 
 
-8. Extract teh example configuration into the newly created `Fuseki Home/run` 
directory.
+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
@@ -67,11 +63,11 @@ At this point the system is configured w
 
 <table>
 <tr><th>Login</th><th>password</th><th>Access to</th></tr>
-<tr><td>admin</td><td>admin</td></td>Everything</td></tr>
-<tr><td>alice</td><td>alice</td></td>Only messages to or from alice</td></tr>
-<tr><td>bob</td><td>bob</td></td>Only messages to or from bob</td></tr>
-<tr><td>chuck</td><td>chuck</td></td>Only messages to or from chuck</td></tr>
-<tr><td>darla</td><td>darla</td></td>Only messages to or from darla</td></tr>
+<tr><td>admin</td><td>admin</td><td>Everything</td></tr>
+<tr><td>alice</td><td>alice</td><td>Only messages to or from alice</td></tr>
+<tr><td>bob</td><td>bob</td><td>Only messages to or from bob</td></tr>
+<tr><td>chuck</td><td>chuck</td><td>Only messages to or from chuck</td></tr>
+<tr><td>darla</td><td>darla</td><td>Only messages to or from darla</td></tr>
 </table>
 
 The messages graph is defined in the run/example.ttl file.


Reply via email to