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

svn commit: r940252 - in /websites/staging/jena/trunk/content: ./ documentation/security/example.html

Author: buildbot
Date: Sun Feb 15 16:03:38 2015
New Revision: 940252

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/security/example.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Feb 15 16:03:38 2015
@@ -1 +1 @@
-1659931
+1659933

Modified: websites/staging/jena/trunk/content/documentation/security/example.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/security/example.html (original)
+++ websites/staging/jena/trunk/content/documentation/security/example.html Sun Feb 15 16:03:38 2015
@@ -169,11 +169,9 @@ Uncompress the <code>commons-collections
 <li>
 <p>Add security jars to the startup script/batch file.</p>
 </li>
-<li>
-<p>On *NIX edit fuseki-server script </p>
-</li>
 </ol>
-<p>comment out the line that reads <code>exec java  $JVM_ARGS -jar "$JAR" "$@"</code>
+<p>5.<em> On </em>NIX edit fuseki-server script 
+comment out the line that reads <code>exec java  $JVM_ARGS -jar "$JAR" "$@"</code>
 uncomment the last two lines that read:</p>
 <div class="codehilite"><pre><span class="cp"> ##   APPJAR=MyCode.jar</span>
 <span class="cp"> ##   java $JVM_ARGS -cp &quot;$JAR:$APPJAR&quot; org.apache.jena.fuseki.cmd.FusekiCmd &quot;$@&quot;</span>
@@ -181,10 +179,8 @@ uncomment the last two lines that read:<
 
 
 <p>change <code>MyCode.jar</code> to <code>security.jar:example.jar:commons-collections*.jar</code></p>
-<ul>
-<li>On Windows edit fuseki-server.bat file </li>
-</ul>
-<p>comment out the line that reads <code>java -Xmx1200M -jar fuseki-server.jar %*</code>
+<p>5.* On Windows edit fuseki-server.bat file 
+comment out the line that reads <code>java -Xmx1200M -jar fuseki-server.jar %*</code>
 uncomment the line that reads
 <code>@REM  java ... -cp fuseki-server.jar;MyCustomCode.jar org.apache.jena.fuseki.cmd.FusekiCmd %*</code></p>
 <p>change <code>MyCustomCode.jar</code> to <code>security.jar;example.jar;commons-collections*.jar</code></p>
@@ -196,7 +192,7 @@ uncomment the line that reads
 <p>Stop the server. </p>
 </li>
 <li>
-<p>Extract teh example configuration into the newly created <code>Fuseki Home/run</code> directory.
+<p>Extract the example configuration into the newly created <code>Fuseki Home/run</code> directory.
 From the example.jar archive extract </p>
 </li>
 <li><code>/org/apache/jena/security/example/example.ttl</code> into the <code>Fuseki Home/run</code> directory</li>
@@ -212,11 +208,11 @@ From the example.jar archive extract </p
 <p>At this point the system is configured with the following logins:</p>
 <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>
 
 <p>The messages graph is defined in the run/example.ttl file.</p>