One thing you will need to be aware of is setting the context-root. We did this two ways: *Running Shindig in Eclipse* We took the war file fromo the shindig hudson site (http:// hudson.zones.apache.org/hudson/job/Shindig/) and imported it into eclipse. You can then add the war to a server. You will need to set the context root. To do this, double click on the sever configuration. You should see the configuration editor. It has two tabs on the bottom, "Overview" and "Modules". Click on modules. From there, edit the application and clear out the context root. When you run it again, it should work fine. One thing to keep in mind is that by default, this will get reset everyt ime you re-deploy. I believe there is a way to adjust it in the web.xml, but I have not tried it yet.
*Runing in stand alone tomcat* Similar thing with the context root. The easiest thing that we did here was simply rename the shindig war file to ROOT.war and drop it in the webapps. When it starts up, it works fine. Hope this helps.... -Mark W. On Nov 17, 5:04 am, Gandalf <[EMAIL PROTECTED]> wrote: > Hi, > > thanks for your fast answer. I will try out the install-process. > > On 17 Nov., 11:00, johan <[EMAIL PROTECTED]> wrote: > > > Yes, the war-file generated by the build procedure can be deployed to > > other webcontainers, i.e. tomcat. > > I had no major problems deploying it on GlassFish. > > > - Johan > > > On Nov 17, 10:50 am, Gandalf <[EMAIL PROTECTED]> wrote: > > > > hi, > > > > I am interested in running an opensocial container in an tomcat > > > webserver. Is this possible? In the descriptions, the shindig-project > > > is installed on Jetty. > > > > Thanks for your Answers.- Zitierten Text ausblenden - > > > - Zitierten Text anzeigen - > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Implementing OpenSocial Containers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/opensocial-container?hl=en -~----------~----~----~----~------~----~------~--~---
