Author: mgrigorov
Date: Wed Feb 18 15:59:24 2015
New Revision: 1660662

URL: http://svn.apache.org/r1660662
Log:
Remove one -Dlog4j.configuration too many


Modified:
    isis/site/trunk/content/reference/externalized-configuration.md

Modified: isis/site/trunk/content/reference/externalized-configuration.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/reference/externalized-configuration.md?rev=1660662&r1=1660661&r2=1660662&view=diff
==============================================================================
--- isis/site/trunk/content/reference/externalized-configuration.md (original)
+++ isis/site/trunk/content/reference/externalized-configuration.md Wed Feb 18 
15:59:24 2015
@@ -62,7 +62,7 @@ By default Isis configures log4j to read
 
 For example, if deploying to Tomcat7, this amounts to adding the following to 
the `CATALINA_OPTS` flags:
 
-    export 
CATALINA_OPTS="-Dlog4j.configuration=-Dlog4j.configuration=/usr/local/tomcat/myapp/conf/logging.properties"
+    export 
CATALINA_OPTS="-Dlog4j.configuration=/usr/local/tomcat/myapp/conf/logging.properties"
 
 Further details an be found in the [log4j 
documentation](https://logging.apache.org/log4j/1.2/manual.html#Example_Configurations).
 


Reply via email to