On Fri, Oct 24, 2008 at 10:43 AM, fahim salim <[EMAIL PROTECTED]> wrote:
> Hello All
>
> One thing that would quite interesting is to have the possibility to deploy
> one domain (NodeA) in a web container (host1) and to deploy another domain
> (NodeB and NodeC) on another web container (host2)
>

Different Nodes can reside in different JVM, or in this case web
containers, but still be part of the same domain.

The Store Turotial demonstrates this, where you have your store
running as a web 2.0 app in a embedded tomcat, and in one of the
scenarios, you can have your catalog as a webapp deployed to another
web container.

> But I don't know if it's possible at the moment.
>
> Fahim
>
> 2008/10/24 ant elder <[EMAIL PROTECTED]>
>>
>>
>> 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? < br>
>>    ...ant
>>
>
>



-- 
Luciano Resende
Apache Tuscany, Apache PhotArk
http://people.apache.org/~lresende
http://lresende.blogspot.com/

Reply via email to