> From: Martijn Bouterse [mailto:[EMAIL PROTECTED]] > > Vadim Gritsenko wrote: > > > > 1. Stop the server > > 2. Wipe out any *svg* from the sitemap > > 3. Clean work directory (I guess everybody forget this step) > > I find this a bit cumbersome. This is probably a Tomcat issue, but why > is the work dir not cleaned? If I stop the server there isn't any 'work' > done anymore, so why not clean up the mess?
It contains pre-compiled stuff (sitemaps/XSPs), Cocoon cache, and Lucene index (if you use searching capabilities), so on next container restart, Cocoon startups much faster. However, there are some unaddressed issues with this, which force you to remove this working directory if you change sitemap too radically. This will be covered in some (hopefully near) future - say release 2.0.2. > But I must admit that this solves the problem a bit more elegantly then > my solution. :-) Glad that this solves your problem :) Vadim --------------------------------------------------------------------- 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]>
