I have downloaded the source code of Shindig. I build and deploy it to a local Tomcat server. For some reason, Shindig calls its servlets only from the root folder of Tomcat. I can't find what to change in order to make it possible to deploy my app to {TOMCAT-ROOT}/shindig-server for instance.
I have searched over the web and the answer was to modify the /java/common/conf/shindig.properties file. I tried to do so with no success.
Does anyone know how can I make it work?
Thanks, Tomer