Update of /var/cvs/documentation/administrators
In directory james.mmbase.org:/tmp/cvs-serv19485

Modified Files:
        configuration.xml 
Log Message:
discovered a new feature in Images. More or less documented it. It is actually 
not often needed any more because of generic mmbase-builders properties. But 
anyhow.


See also: http://cvs.mmbase.org/viewcvs/documentation/administrators


Index: configuration.xml
===================================================================
RCS file: /var/cvs/documentation/administrators/configuration.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- configuration.xml   26 Aug 2008 11:06:42 -0000      1.31
+++ configuration.xml   23 Sep 2008 07:27:56 -0000      1.32
@@ -7,7 +7,7 @@
 
     <date>2006-06-24</date>
 
-    <edition>$Id: configuration.xml,v 1.31 2008/08/26 11:06:42 michiel Exp 
$</edition>
+    <edition>$Id: configuration.xml,v 1.32 2008/09/23 07:27:56 michiel Exp 
$</edition>
 
     <authorgroup>
       <author>
@@ -272,6 +272,14 @@
             Any mmbase builder property can be overridden in the application 
context.
                                        </para>
         </listitem>
+        <listitem>
+          <para>
+            Properties related to image conversion can also be overriden in 
the application context,
+            using mmbase/imaging/ properties. This could e.g. be used to 
specify the location of
+            image magick if it is not in the path. This could also be done by 
mmbase-builder/images/
+            properties, but it is a bit more generic.
+          </para>
+        </listitem>
         </itemizedlist>
         We give an example of a context xml as may be used in tomcat.
           <programlisting id="context.xml"><![CDATA[
@@ -315,6 +323,8 @@
   <!-- Set a certain builder property: -->
   <Environment name="mmbase-builders/mmbasecontexts/contextproviders" 
value="maps" type="java.lang.String" />
 
+
+
   <!-- place a  few other configuration files outside the war -->
   <Environment name="mmbase-config/log/log4j.xml"
                value="file://${catalina.base}/conf/log/fobieen_test.xml" 
type="java.lang.String" />
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to