Re: First steps with Restlets in Equinox OSGi

2008-03-01 Thread Frank Gerhardt
Jerome Louvel schrieb: Hi Frank, I'm not sure either how to achieve this, normally you would specify a context-param on your ServerServlet. Can't you specify that in OSGi Servlet service? I got it. Instead of the extension point, I register the ServerSevlet with the HttpService. The registerS

First steps with Restlets in Equinox OSGi

2008-02-28 Thread Frank Gerhardt
Hi, the Restlet jars are nicely bundled as bundles ;-) but I could not find a way to run the first steps example without deploying a webapp. I'm looking for a pure OSGi+servlets, no webapp, solution. Equinox provides an extension point where I can register the ServerServlet. But Equinox does