On Fri, Oct 24, 2008 at 12:45 AM, Rohan Sahgal <[EMAIL PROTECTED]>wrote:
> Is it also possible to modify this sample to create WAR files so that > it can be run in any web container? > I see that now it starts a new Jetty container. > > I think that would be more helpful, since this way I can simply copy > the webapp to different machines rather than the entire Tuscany > distribution. > > If thats possible, I dont mind helping out to do this. > > Thanks, > Rohan > Hi Rohan, I think this is an interesting idea, i'm not sure that it is possible with the current Tuscany code but that could be fixed, how much work that is depends on how much function and flexibility you need. There is some code and samples that use a webapp for a node in the distributed domain, for example in the catalog-webapp in the tutorials\store folder, but this is broken presently, if we fix the issues with it then it shouldn't be that hard to get something like the distribted calculator sample working in a similar way with webapp nodes. That would be all quite static which may not be what you'd like and there are some issues with using webapps so not sure whether or not this would do what you need, but there are also other bits of code and discussion on going around this area so there is a lot more we could do. Like Luciano asked, could you say a little more about the sort of things you'd like to see? ...ant
