Hi, I have set up shindig in a tomcat environment and the samples work all fine. For now I would like to display the gadgets in wep-pages coming from my own-webapplication. The web-appclication is a small social network which I want to utilize as a social container. This means, the web-app does not reside inside the shindig deployment. For testing I took the sample1.html from the examples and deployed it with my own application. But I don't know exactly how to reference the whole javascript-files. In a first try I copied the js-files to my webapp and referenced these files directly. But then I got dependency-errors (ressource /ifr not found). So what is the right approach? I don't find any samples or hints for this use cases. Or am I totally wrong in deploying this in a separate web application?
Thanks for your help. Harry Here the snippet of the html-file as I think it would be right.: <head> <title>Sample: Simple Container</title> <!-- default container look and feel --> <link rel="stylesheet" href="../gadgets/files/container/gadgets.css"> <script type="text/javascript" src="../../js/rpc.js?c=1&debug=1"> </script><script type="text/javascript" src="../gadgets/files/ container/cookies.js"></script> <script type="text/javascript" src="../gadgets/files/container/ util.js"></script> <script type="text/javascript" src="../gadgets/files/container/ gadgets.js"></script> <script type="text/javascript"> var specUrl0 = 'http://www.google.com/ig/modules/horoscope.xml'; var specUrl1 = 'http://www.labpixies.com/campaigns/todo/todo.xml'; ... Jetzt komfortabel bei Arcor-Digital TV einsteigen: Mehr Happy Ends, mehr Herzschmerz, mehr Fernsehen! Erleben Sie 50 digitale TV Programme und optional 60 Pay TV Sender, einen elektronischen Programmführer mit Movie Star Bewertungen von TV Movie. Außerdem, aktuelle Filmhits und spannende Dokus in der Arcor-Videothek. Infos unter www.arcor.de/tv
