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:17:54 UTC

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

Author: buildbot
Date: Sun Feb 15 16:17:53 2015
New Revision: 940254

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:17:53 2015
@@ -1 +1 @@
-1659934
+1659935

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:17:53 2015
@@ -167,20 +167,20 @@
 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.</p>
-</li>
-<li>
-<p>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:</p>
-<p>##   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>
-* On Windows edit fuseki-server.bat file 
+<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
+        &gt; ##   APPJAR=MyCode.jar
+        &gt; ##   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>
+<ul>
+<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
 <code>@REM  java ... -cp fuseki-server.jar;MyCustomCode.jar org.apache.jena.fuseki.cmd.FusekiCmd %*</code>
-change <code>MyCustomCode.jar</code> to <code>security.jar;example.jar;commons-collections*.jar</code></p>
+change <code>MyCustomCode.jar</code> to <code>security.jar;example.jar;commons-collections*.jar</code></li>
+</ul>
 </li>
 <li>
 <p>run the fuseki-server script or batch file.</p>
@@ -190,12 +190,12 @@ 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>
-</li>
+    From the example.jar archive extract </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>
-<p><code>/org/apache/jena/security/example/fuseki/shiro.ini</code> into the <code>Fuseki Home/run</code> directory</p>
+<li><code>/org/apache/jena/security/example/fuseki/shiro.ini</code> into the <code>Fuseki Home/run</code> directory</li>
+</ul>
 </li>
 <li>
 <p>run <code>fuseki-server –config=run/config.ttl</code> or <code>fuseki-server.bat –config=run/config.ttl</code></p>