Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Livesite Runtime Cache
deepti
Hi ,
Could anyone tell me how I could clear the cache in Livesite Runtime environment.Even after deleting the .page under sites folder my browser is able to load that deleted page.
Thanks in Advance,
Deepti.
Find more posts tagged with
Comments
tec_iwov
You should use the normal file deployment mechanism to flush deleted files.
you could also use the invalidate cache under the livesite menu.
deepti
Tried both ways but no cache refresh
Frederik
I hope I'm not seen as hijacking this thread, but ...
1) Could someone explain how the "invalidate runtime cache" menu item works (technically)? How does it "transfer the message" from backend to frontend?
2) As a sidenote, I noticed that the script
$ls-home/enduser/enduser.solaris.sh
accepts the 'flush' argument, supposedly to flush cache. When I execute (livesite 2.2.1 Solaris), it just says:
Exception in thread "main" java.lang.NoClassDefFoundError: com/interwoven/livesite/enduser/FlushEnduser
--
EDIT: to answer #1 :
TechNote 56719:
LiveSite invalidate runtime cache
That, I think, is really a solution that stinks, cause it's hardcoded to specific conf files ($iw-home/local/config/wft/solutions/wft_livesite_opendeploy.cfg) and deployment config (LiveSite.xml) that are supposed to be there as
EXAMPLES
. I want to organise my server such that if I have multiple separate projects using LiveSite, they each have their own conf files etc (with different target servers etc...). :mad: :mad: :mad: :eek:
tec_iwov
Frederik - that functionality was removed from 2.2.1. The invalidate cache works the same way as the deployment but only send the cache file to the runtime to be processed. Please use separate thread next time.
tec_iwov
deepti - are there any errors in the enduser log?
can you turn on logging in the log4j.xml file under the WEB-INF/classes dir:
<category name="com.interwoven.livesite.enduser.cache.CacheManager"><priority value="DEBUG"/></category>
<category name="com.interwoven.livesite.enduser.cache.InvalidatePoller"><priority value="DEBUG"/></category>
<category name="com.interwoven.livesite.enduser.DataMappingr"><priority value="DEBUG"/></category>
you should probably go through support to help get this resolved.
Frederik
deepti, did you find out anything about your runtime cache problem?
There's a new post
http://devnet.interwoven.com/forums_vb/showthread.php?t=21900&forumid=66
reporting on a bug in LiveSite runtime whereby the first item in the cache-invalidation-file (which is a temp file created by the LiveSite submit workflow AND by the LiveSite "Invalidate Runtime Cache" menu item, and sent from back-end to runtime, with a list of LS pages to invalidate) is ignored.
Maybe that causes or affects your problem also