cziegeler 02/04/26 05:35:40
Modified: src/webapp/WEB-INF cocoon.xconf
Log:
Adding check-reload behaviour to treeprocessor
Revision Changes Path
1.13 +9 -1 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.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- cocoon.xconf 26 Apr 2002 12:30:52 -0000 1.12
+++ cocoon.xconf 26 Apr 2002 12:35:40 -0000 1.13
@@ -465,7 +465,15 @@
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.
+
+ Reloading of the sitemap:
+ The check-reload attribute determines if the sitemap is reloaded on change.
+ Set to "no", the sitemap is generated once at startup.
+ Set to "yes", the sitemap is regenerated if it changes.
+
+ For development environment, set the check-reload to yes.
+ For production environment, it is advisable to set the check-reload to no.
-->
- <sitemap logger="sitemap" file="sitemap.xmap"/>
+ <sitemap file="sitemap.xmap" 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]