>
> "If it worked before, it's probably related to temp stuff stored in
> tomcat's work dir."
>
> Yes there is a lot of stuff stored in there. Mostly empty
> directorys. Is
> there a way to clean this? Like a clean chache function?
Yes there is (which is also very handy during development):
<actions>
<map:action name="clear-cache" logger="sitemap.action.clear-cache"
src="org.apache.cocoon.acting.ClearCacheAction"/>
</actions>
<map:match pattern="clearcache.html">
<map:act type="clear-cache">
<map:generate src="status" type="status"/>
<map:serialize type="xml"/>
</map:act>
</map:match>
Furthermore, if your problem occurs again, use cocoon 2.1.9 and configure your
store in cocoon.xconf and set timeToLiveSeconds and timeToIdleSeconds:
See: http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=114302505608119&w=2
Regards AS
--
Hippo
Oosteinde 11
1017WT Amsterdam
The Netherlands
Tel +31 (0)20 5224466
-------------------------------------------------------------
[EMAIL PROTECTED] / http://www.hippo.nl
--------------------------------------------------------------
> Or is it possible
> to just delete this content while tomcat is offline?
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]