Hey all,
we have an RCP Application with several Services which are located in different OSGI Bundles. Now we want to place these services on a server and call them remotely via Spring Dynamic Modules (using http invoker).
Actually we dont know how the 3 files applicationContext.xml, remoting-servlet.xml and web.xml have to be handled. Do every bundle need these 3 files, or can there be ONE master bundle, which contains the 3 files and references all the other service bundles.
The next thing is that we dont have any idea how to deploy that bundle on a Tomcat. Do we have to start a Tomcat first or does the Webextender of Spring dynamic modules do that?
Maybe a Step-by-Step Tutorial will also be helpful.
Thanks in advance,
Greetz
Mali


