On pon, mar 03, 2003 at 11:27:10 -0800, Alex Romayev wrote:
> Do you know the syntax for making a pipeline
> noncaching?

first see if your main sitemap.xmap contains different pipeline implementation
(grep for "caching", "noncaching")
use it like this:

<map:pipeline type="noncaching">
  <!-- map:match stuff goes here -->
</map:pipeline>

or set it do default at your main sitemap:

                   ++ here ++
<map:pipes default="noncaching">
     <map:pipe name="caching" 
src="org.apache.cocoon.components.pipeline.impl.CachingProcessingPipeline"/>
     <map:pipe name="caching-point" 
src="org.apache.cocoon.components.pipeline.impl.CachingPointProcessingPipeline">
       <autoCachingPoint>On</autoCachingPoint>
     </map:pipe>
     <map:pipe name="noncaching" 
src="org.apache.cocoon.components.pipeline.impl.NonCachingProcessingPipeline"/>
</map:pipes>

        ouzo
-- 
            __
         | /  \ |        Leszek Gawron            //  \\
        \_\\  //_/      [EMAIL PROTECTED]          _\\()//_
         .'/()\'.     Phone: +48(600)341118     / //  \\ \
          \\  //  recursive: adj; see recursive  | \__/ |


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to