Hi, We checked out the latest code for the shindig, and after a little bit hassle was able to run on our application server. The build was running fine on the jetty server. However, on weblogic to run, it required a little change in code.
Currently I am running both my application and the shindig as a separate war on the same JVM and the same port. I want to integrate it inside my application, however in such a way so that it could be updated easily once the new releases Come. I haven¹t digged in the source code in detail as of yet. I would appreciate the ideas/suggestions. As of now, I think I need To find the required resources, add it¹s entry from web.xml of shindig our¹s , and something like that. Thanks Anshu

