[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.rt.riena] Re: Host riena (OSGI) services on WebSphere

Stefan Rehlig schrieb:
I found some information in this newsgroup on running the riena services in a custom web container.

I set up a web application that exposes the bridge servlet (org.eclipse.equinox.servletbridge.BridgeServlet). As the console tells me, the osgi kernel is loaded (0 ACTIVE org.eclipse.osgi_3.3.0.200704022148).

Now i want to run the services of org.eclipse.riena.sample.app.server.

Do i have to put the plugin-jars of app.server and its dependencies into the plugins folder of the eclipse directory under WEB-INF?

What are the next steps?

Is there anyone who has some hints? Any comments are appreciated.

Thank you

Right basically you have to follow to the general steps for the BridgetServlet on running an OSGi appservice in a WAR file. And then take riena.app.server and all its dependencies into there and make sure they get started (maybe you need a config.ini for that or you active the -console in the webcontainer for a start and start the riena.app.server manually)

That should do the trick....

christian campo