Greetings I have the following setup:
Apache Roller 3.1 running on BEA Weblogic 9.1 and Oracle 10g The Themes directory is specified in roller-custom.properties using the following line: themes.dir=/path/to/my/themes In WEB-INF/velocity.properties I have changed the following lines: <id>.resource.loader.cache=false <id>.resource.loader.modificationCheckInterval=2 Where <id> is one of the following: webapp, theme, roller, class Now, the problem is that the cache does not reload from /path/to/my/themes. I edit the content of this folder through an external source (the company CMS whom produce Velocity templates). But, it will only update by redeploying the application. This is evident by looking at a page and by looking at the list of available themes in the "/roller-ui/authoring/themeEditor.do" action. have anyone got tips on how to force updating the cache so as to get the new content read? Thanks in advance Søren Wiuff UNI-C
