Hi all,
I recently stumbled upon problems to correctly render opensocial
gadgets in edukapp.
This originates from the fact that we are deploying shindig in a
different context (/shindig)
than root (/ ).
To resolve you need to edit a few config files and redeploy war file.
A good resource of how
to do this: http://pillvin.blogspot.co.uk/2008/12/deploying-shindig-in-non-root-context.html
In a nutshell you need to rewrite all urls in default container js
file and correctly configure
the host in shindig.properties
I am about to commit the above instructions in the 'how to build' of
README as well with sample
container.js and shindig.properties files but (I know that is a long
shot) is there a way
to push these changes in an automatic manner while building?
Best
Lucas