Hello, because the I18nTransformer returns a NOPValidity this behavior is seen. <cache-at-startup> true or false does not change this.
There are ways to get around it without having to restart the tomcat all together: 1) Add a clear cache matcher, and use the clear cache action to clear your cache (this clears all your cache) 2) If the page you want to have changed uses xsl foo.xsl, then touching this foo.xsl will make the cached response of your page invalid, forcing cocoon to regenerate the page. I was planning to fix it the I18nTransformer/XMLResourceBundles, but because of holiday plans, this might not be done for the next two months (by me at least) Ard > > > Hi! > > I turn the cache off on sitemap with > <cache-at-startup>no</cache-at-startup>. > > when I change the text in catalogue, but the web page never > changed unless I restart the tomcat, > > How to change the web page without tomcat restart. > > best regards > > johnson > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
