Author: buildbot
Date: Wed Feb 18 15:59:33 2015
New Revision: 940597
Log:
Staging update by buildbot for isis
Modified:
websites/staging/isis/trunk/cgi-bin/ (props changed)
websites/staging/isis/trunk/content/ (props changed)
websites/staging/isis/trunk/content/reference/externalized-configuration.html
Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Feb 18 15:59:33 2015
@@ -1 +1 @@
-1660057
+1660662
Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Feb 18 15:59:33 2015
@@ -1 +1 @@
-1660057
+1660662
Modified:
websites/staging/isis/trunk/content/reference/externalized-configuration.html
==============================================================================
---
websites/staging/isis/trunk/content/reference/externalized-configuration.html
(original)
+++
websites/staging/isis/trunk/content/reference/externalized-configuration.html
Wed Feb 18 15:59:33 2015
@@ -489,7 +489,7 @@
<p>For example, if deploying to Tomcat7, this amounts to adding the following
to the <code>CATALINA_OPTS</code> flags:</p>
-<pre><code>export
CATALINA_OPTS="-Dlog4j.configuration=-Dlog4j.configuration=/usr/local/tomcat/myapp/conf/logging.properties"
+<pre><code>export
CATALINA_OPTS="-Dlog4j.configuration=/usr/local/tomcat/myapp/conf/logging.properties"
</code></pre>
<p>Further details an be found in the <a
href="https://logging.apache.org/log4j/1.2/manual.html#Example_Configurations">log4j
documentation</a>.</p>