From: "Derek Hohls" <[EMAIL PROTECTED]>
> Nicola
>
> Could be more specific about how to disable caching
In cocoon xconf:
<xslt-processor
class="org.apache.cocoon.components.xslt.XSLTProcessorImpl"
logger="core.xslt-processor">
<!--<parameter name="use-store" value="true"/>
<parameter name="incremental-processing" value="true"/>-->
<parameter name="use-store" value="false"/>
<parameter name="incremental-processing" value="false"/>
</xslt-processor>
<!--<stream-pipeline
class="org.apache.cocoon.components.pipeline.CachingStreamPipeline"
logger="core.stream-pipeline"
pool-max="32" pool-min="8" pool-grow="4"/>-->
<stream-pipeline
class="org.apache.cocoon.components.pipeline.NonCachingStreamPipeline"
logger="core.stream-pipeline"/>
<!--<event-pipeline
class="org.apache.cocoon.components.pipeline.CachingEventPipeline"
logger="core.event-pipeline"
pool-max="32" pool-min="8" pool-grow="4"/>-->
<event-pipeline
class="org.apache.cocoon.components.pipeline.NonCachingEventPipeline"
logger="core.event-pipeline"/>
<!--<sitemap file="sitemap.xmap" reload-method="asynchron"
check-reload="yes" logger="sitemap"/>-->
<sitemap file="sitemap.xmap" reload-method="synchron" check-reload="yes"
logger="sitemap"/>
--
Nicola Ken Barozzi [EMAIL PROTECTED]
- verba volant, scripta manent -
(discussions get forgotten, just code remains)
---------------------------------------------------------------------
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>