cziegeler 02/05/28 02:09:34
Modified: src/webapp sitemap.xmap
Log:
Added conf of profiling pipelines to sitemap
Revision Changes Path
1.58 +4 -0 xml-cocoon2/src/webapp/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/sitemap.xmap,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- sitemap.xmap 27 May 2002 13:14:53 -0000 1.57
+++ sitemap.xmap 28 May 2002 09:09:33 -0000 1.58
@@ -319,6 +319,10 @@
<!-- ATTENTION: The caching pipeline is currently not working, use at your own
risk! -->
<map:pipeline name="caching"
src="org.apache.cocoon.components.pipeline.impl.CachingProcessingPipeline"/>
<map:pipeline name="noncaching"
src="org.apache.cocoon.components.pipeline.impl.NonCachingProcessingPipeline"/>
+ <!-- The following two can be used for profiling:
+ <map:pipeline name="profile-caching"
src="org.apache.cocoon.components.profiler.ProfilingCachingProcessingPipeline"/>
+ <map:pipeline name="profile-noncaching"
src="org.apache.cocoon.components.profiler.ProfilingNonCachingProcessingPipeline"/>
+ -->
</map:pipelines>
</map:components>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]