> 
> I just upgraded to 2.1.10, and I notice that even though I have the 
> cache and work directories set at:
> 
> <init-param>
>       <param-name>cache-directory</param-name>
>       <param-value>WEB-INF/work/cache-dir</param-value>
> </init-param>
> <init-param>
>       <param-name>work-directory</param-name>
>       <param-value>WEB-INF/work</param-value>
> </init-param>
> 
> The ehcache files are being saved in a completely different location 
> OUTSIDE of the cocoon app, in a folder called "temp" under my tomcat 
> installation.
> 
> Any ideas why this might be occurring?

Think related to ehcache.1.2.2 upgrade, that has a different constructor (you 
probably also see a WARN about it during start up), but it should default back 
to former behavior (it says so in the warn also). What happens if you remove 
the init-param elements for cache-directory?

Regards Ard

> 
> Thanks! Dan.
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to