froehlich 01/12/20 07:15:08 Modified: webapp cocoon.xconf Log: changed log targets: removed old and added access,core,error and sitemap Revision Changes Path 1.45 +9 -8 xml-cocoon2/webapp/cocoon.xconf Index: cocoon.xconf =================================================================== RCS file: /home/cvs/xml-cocoon2/webapp/cocoon.xconf,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- cocoon.xconf 2001/12/11 22:56:05 1.44 +++ cocoon.xconf 2001/12/20 15:15:08 1.45 @@ -42,7 +42,7 @@ last object in the cache will be thrown out. filesystem: Turns the filesystem storage for objects on or off. --> - <store class="org.apache.cocoon.components.store.MRUMemoryStore" logger="root.store"> + <store class="org.apache.cocoon.components.store.MRUMemoryStore"> <parameter name="maxobjects" value="100"/> <parameter name="filesystem" value="true"/> </store> @@ -65,7 +65,7 @@ Heapsize must be higher then the -Xms parameter and freememory between those both. --> - <store-janitor class="org.apache.cocoon.components.store.StoreJanitorImpl" logger="root.store"> + <store-janitor class="org.apache.cocoon.components.store.StoreJanitorImpl"> <parameter name="freememory" value="1000000"/> <parameter name="heapsize" value="60000000"/> <parameter name="cleanupthreadinterval" value="10"/> @@ -80,7 +80,7 @@ maxobjects = Defines the maximum numbers of objects in the queue. If the queue is full no objects can be inserted. --> - <filesystem-queue class="org.apache.cocoon.components.store.FilesystemQueueImpl" logger="root.store"> + <filesystem-queue class="org.apache.cocoon.components.store.FilesystemQueueImpl"> <parameter name="handlerinterval" value="10"/> <parameter name="threadpriority" value="5"/> <parameter name="maxobjects" value="100"/> @@ -125,14 +125,14 @@ delivers SAX events after all transformations has been done). WARNING: Due to a bug of Xalan 2.2.0-D13 and beneath there are problems with multi-threading, so it's turned off by default. --> - <xslt-processor class="org.apache.cocoon.components.xslt.XSLTProcessorImpl" logger="root.xslt"> + <xslt-processor class="org.apache.cocoon.components.xslt.XSLTProcessorImpl"> <parameter name="use-store" value="true"/> <parameter name="incremental-processing" value="false"/> </xslt-processor> <!-- Xpath Processor: --> - <xpath-processor class="org.apache.cocoon.components.xpath.XPathProcessorImpl" logger="root.xslt"/> + <xpath-processor class="org.apache.cocoon.components.xpath.XPathProcessorImpl"/> <!-- URL Factory: The url factory adds special url protocols to the system, they are then @@ -377,7 +377,7 @@ last object in the cache will be thrown out. filesystem: Turns the filesystem storage for objects on or off. --> - <stream-cache class="org.apache.cocoon.components.store.MRUMemoryStore" logger="root.store"> + <stream-cache class="org.apache.cocoon.components.store.MRUMemoryStore"> <parameter name="maxobjects" value="100"/> <parameter name="filesystem" value="true"/> </stream-cache> @@ -398,7 +398,7 @@ last object in the cache will be thrown out. filesystem: Turns the filesystem storage for objects on or off. --> - <event-cache class="org.apache.cocoon.components.store.MRUMemoryStore" logger="root.store"> + <event-cache class="org.apache.cocoon.components.store.MRUMemoryStore"> <parameter name="maxobjects" value="100"/> <parameter name="filesystem" value="true"/> </event-cache> @@ -475,6 +475,7 @@ For production environment, it is advisable to set the reload-method to asynchron and for more safety the check-reload to no. --> - <sitemap file="sitemap.xmap" reload-method="asynchron" check-reload="yes"/> + <sitemap file="sitemap.xmap" reload-method="asynchron" check-reload="yes" + logger="sitemap"/> </cocoon>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]