Author: buildbot
Date: Sun Feb 15 16:31:51 2015
New Revision: 940262
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:31:51 2015
@@ -1 +1 @@
-1659941
+1659942
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:31:51 2015
@@ -172,18 +172,13 @@ Uncompress the <code>commons-collections
<li>
<p>On *NIX edit fuseki-server script </p>
<ol>
-<li>comment out the line that reads <code>exec java $JVM_ARGS -jar "$JAR"
"$@"</code></li>
-<li>
-<p>uncomment the last two lines that read</p>
-<p>## APPJAR=MyCode.jar
-## java $JVM_ARGS -cp "$JAR:$APPJAR" org.apache.jena.fuseki.cmd.FusekiCmd
"$@"</p>
-</li>
+<li>Comment out the line that reads <code>exec java $JVM_ARGS -jar "$JAR"
"$@"</code></li>
+<li>Uncomment the line that reads <code>\#\# APPJAR=MyCode.jar</code></li>
+<li>Uncomment the line that reads <code>\#\# java $JVM_ARGS -cp
"$JAR:$APPJAR" org.apache.jena.fuseki.cmd.FusekiCmd "$@"</code></li>
+<li>change <code>MyCode.jar</code> to
<code>security.jar:example.jar:commons-collections*.jar</code></li>
</ol>
</li>
<li>
-<p>change <code>MyCode.jar</code> to
<code>security.jar:example.jar:commons-collections*.jar</code></p>
-</li>
-<li>
<p>On Windows edit fuseki-server.bat file </p>
</li>
<li>comment out the line that reads <code>java -Xmx1200M -jar
fuseki-server.jar %*</code></li>