cziegeler 02/04/10 02:19:09
Modified: src/webapp/WEB-INF Tag: cocoon_2_0_3_branch cocoon.xconf
Log:
Moved back to compiled sitemap
Revision Changes Path
No revision
No revision
1.4.2.1 +4 -3 xml-cocoon2/src/webapp/WEB-INF/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/WEB-INF/cocoon.xconf,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -r1.4 -r1.4.2.1
--- cocoon.xconf 5 Apr 2002 11:58:09 -0000 1.4
+++ cocoon.xconf 10 Apr 2002 09:19:09 -0000 1.4.2.1
@@ -470,14 +470,15 @@
For production environment, it is advisable to set the reload-method to
asynchron and for more safety the check-reload to no.
-->
- <!--sitemap class="org.apache.cocoon.sitemap.SitemapManager"
- file="sitemap.xmap" reload-method="asynchron" check-reload="yes"
logger="sitemap"/-->
+ <sitemap class="org.apache.cocoon.sitemap.SitemapManager"
+ file="sitemap.xmap" reload-method="asynchron" check-reload="yes"
logger="sitemap"/>
<!--
New implementation of the sitemap. It is interpreted, so load times are
super-fast,
and request processing is slightly faster than with the compiled engine thanks
to
the HotSpot VM.
+ To use this engine, comment the declaration above and uncomment the declaration
below.
-->
- <sitemap logger="sitemap"/>
+ <!-- sitemap logger="sitemap"/ -->
</cocoon>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]