Author: buildbot
Date: Sun Feb 15 16:21:58 2015
New Revision: 940256
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:21:58 2015
@@ -1 +1 @@
-1659935
+1659936
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:21:58 2015
@@ -167,14 +167,14 @@
Uncompress the <code>commons-collections*.jar</code> into the <code>Fuseki
Home</code> directory.</p>
</li>
<li>
-<p>Add security jars to the startup script/batch file.
- 5.* On *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
- > ## APPJAR=MyCode.jar
- > ## java $JVM_ARGS -cp "$JAR:$APPJAR"
org.apache.jena.fuseki.cmd.FusekiCmd "$@"
- change <code>MyCode.jar</code> to
<code>security.jar:example.jar:commons-collections*.jar</code></p>
+<p>Add security jars to the startup script/batch file.</p>
<ul>
+<li>On *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
+ ## APPJAR=MyCode.jar
+ ## java $JVM_ARGS -cp "$JAR:$APPJAR"
org.apache.jena.fuseki.cmd.FusekiCmd "$@"
+change <code>MyCode.jar</code> to
<code>security.jar:example.jar:commons-collections*.jar</code></li>
<li>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
@@ -190,11 +190,11 @@ change <code>MyCustomCode.jar</code> to
</li>
<li>
<p>Extract the example configuration into the newly created <code>Fuseki
Home/run</code> directory.
- From the example.jar archive extract </p>
+ From the example.jar archive: </p>
<ul>
-<li><code>/org/apache/jena/security/example/example.ttl</code> into the
<code>Fuseki Home/run</code> directory</li>
-<li><code>/org/apache/jena/security/example/fuseki/config.ttl</code> into the
<code>Fuseki Home/run</code> directory</li>
-<li><code>/org/apache/jena/security/example/fuseki/shiro.ini</code> into the
<code>Fuseki Home/run</code> directory</li>
+<li>extract <code>/org/apache/jena/security/example/example.ttl</code> into
the <code>Fuseki Home/run</code> directory</li>
+<li>extract <code>/org/apache/jena/security/example/fuseki/config.ttl</code>
into the <code>Fuseki Home/run</code> directory</li>
+<li>extract <code>/org/apache/jena/security/example/fuseki/shiro.ini</code>
into the <code>Fuseki Home/run</code> directory</li>
</ul>
</li>
<li>
@@ -212,9 +212,9 @@ change <code>MyCustomCode.jar</code> to
<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>
-<p>The run/shiro.ini file lists the users and their passwords and restricts
access to the graphs.</p>
-<p>The run.config.ttl file adds the security to the graph as follows:</p>
+<p>The messages graph is defined in the <code>run/example.ttl</code> file.</p>
+<p>The <code>run/shiro.ini</code> file lists the users and their passwords and
restricts access to the graphs.</p>
+<p>The <code>run/config.ttl</code> file adds the security to the graph as
follows:</p>
<p>Define all the prefixes </p>
<div class="codehilite"><pre><span class="p">@</span><span
class="n">prefix</span> <span class="n">fuseki</span><span class="p">:</span>
<span class="o"><</span><span class="n">http</span><span
class="p">:</span><span class="o">//</span><span class="n">jena</span><span
class="p">.</span><span class="n">apache</span><span class="p">.</span><span
class="n">org</span><span class="o">/</span><span class="n">fuseki</span>#<span
class="o">></span> <span class="p">.</span>
<span class="p">@</span><span class="n">prefix</span> <span
class="n">tdb</span><span class="p">:</span> <span
class="o"><</span><span class="n">http</span><span class="p">:</span><span
class="o">//</span><span class="n">jena</span><span class="p">.</span><span
class="n">hpl</span><span class="p">.</span><span class="n">hp</span><span
class="p">.</span><span class="n">com</span><span class="o">/</span>2008<span
class="o">/</span><span class="n">tdb</span>#<span class="o">></span> <span
class="p">.</span>