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?
Otherwise, you might want to check this upcoming presentation on Restlet at EclipseCon: "RESTful OSGI Web Applications Tutorial" http://www.eclipsecon.org/2008/index.php?page=sub/&id=462 If Khawaja Shams or Jeff Norris are following this list, they might be able to help you. Best regards, Jerome > -----Message d'origine----- > De : news [mailto:[EMAIL PROTECTED] De la part de Frank Gerhardt > Envoyé : jeudi 28 février 2008 23:47 > À : [email protected] > Objet : First steps with Restlets in Equinox OSGi > > 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 not have an extension point for an > application. What do I do with the FirstStepsApplication so that the > initialization code gets executed? > > Frank. >

