Hi, I have the situation that I have 10+ web apps using JCS. I have this in cache.ccf:
################################################################### # Stylesheet settings ################################################################### #disable disk caching if WAS doesn't provide serialized dom #jcs.region.stylesheet= jcs.region.stylesheet=DC jcs.region.stylesheet.cacheattributes.MaxObjects=128 ################################################################### I have no issues with all other regions defined, but I have a problem that sometimes amongst the 10 web apps, not consistently the same web apps, the stylesheet cache is not invalidated when I do a code release to the 10 apps. I get over it by removing all disk cache files and restarting the app server. I wondered if it is possible that JCS sometimes reads the # line. Can that be causing this? If not, why would just the stylesheet disk cache file not be invalidated sometimes? Did anyone in JCS user world see a similar event?
