On Mon, Dec 15, 2008 at 9:14 PM, Carmen Sarlo <[email protected]> wrote:
> Hello, > > We want to serve shindig using something other then the root context (/). > Say something like (/shindig). I see the examples are hard coded. I can > live with that, but what about the rest of the code? What is needed to get > this working to serve other then root context? We will be using the java > implementation of shindig. It should work just fine on any context, but there are quite a few urls you have to update. There's an open issue to migrate all of this to one place, but nobody's ever gotten around to it. Make sure you update all the paths in the container config (trunk/config/container.js) as well as the language-specific configuration file (for java, it's trunk/java/common/config/shindig.properties). Once you've got that, you should be able to set web.xml appropriately.

