This document was generated from CDN thread
Created by: Liz Wendland on 02-11-2012 07:32:58 AM
I am working with the example WebEx Social Gadget examples and am struggling a bit. It seems like the WebEx Social container is calling shindig with nocache=0 so it caches all the gadgets. This is frustrating if one is trying to edit the gadgets because it will never reload your changes.
Is there a way to tell WebEx Social to not cache gadgets? Is there a better way to develop gadgets?
Thanks
Subject: RE: Debugging WebEx Social Gadgets
Replied by: Adrienne Moherek on 02-11-2012 02:39:39 PM
Hi Liz,
I just found out this can be changed. If you are running the full version of WebEx Social, this can be changed in the Director Node in the Portal category. Scroll down to Advanced Portal Properties and change the value of
quadopen.shindig.cache.xml.refreshInterval to a smaller number like 0 while developing.
Also Firefox will cache the gadget as well, so it might be better to test in Chrome as well.
If you are running the developer edition of WebEx Social, you can change this setting in /opt/cisco/quad/tomcat/webapps/ROOT/WEB-INF/classes/ portal-ext.properties file
Thanks,
Adrienne
Subject: RE: Debugging WebEx Social Gadgets
Replied by: Liz Wendland on 06-11-2012 04:20:56 PM
Hi Adrienne,
Your solution worked for me. Thank you very much. Debugging just got a lot easier.
Liz