On Thu, Sep 2, 2010 at 3:29 PM, Millies, Sebastian <[email protected]> wrote: > I don't understand. When I start the DomainManagerLauncher and then use the > web ui to configure and start my nodes, I can only set the classpath for > the VM in which the domain manager runs. Do all nodes in the domain > automatically share that classpath? I can't imagine that, as the nodes > may be distributed over differently configured servers. (I am not talking > deployment of web apps etc., just simple Java components in a Tuscany > runtime.) > > -- Sebastian
Is you scenario more like, your "contribution" that is deployed to a node requires a system utility or some java code such as Log4J, then you need to have that available in the classpath or the distribution being used for that node. If the code is really more like business functionality needed by your contribution, then your scenario looks more like what is described in the Tutorial/store where most of the contributions uses store-assets and then there are imports/exports of resources, packages, etc. -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/
