Author: buildbot
Date: Sun Feb 15 16:25:17 2015
New Revision: 940258
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:25:17 2015
@@ -1 +1 @@
-1659938
+1659939
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:25:17 2015
@@ -172,11 +172,13 @@ Uncompress the <code>commons-collections
<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<blockquote>
-<h2 id="appjarmycodejar">APPJAR=MyCode.jar</h2>
-<h2 id="java-jvm_args-cp-jarappjar-orgapachejenafusekicmdfusekicmd">java
$JVM_ARGS -cp "$JAR:$APPJAR" org.apache.jena.fuseki.cmd.FusekiCmd "$@"</h2>
-<p>change <code>MyCode.jar</code> to
<code>security.jar:example.jar:commons-collections*.jar</code></p>
+<p>## APPJAR=MyCode.jar
+## java $JVM_ARGS -cp "$JAR:$APPJAR" org.apache.jena.fuseki.cmd.FusekiCmd
"$@"</p>
</blockquote>
</li>
+</ul>
+<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
comment out the line that reads <code>java -Xmx1200M -jar fuseki-server.jar
%*</code>
uncomment the line that reads