deployManagementService(bundle, DEFAULT_CONTEXT, homeName);
}
private WebAppDescriptor getWebAppDescriptor(String context, boolean requiresHttps) {
WebAppDescriptor wad = new WebAppDescriptor();
OSGiMinServlet servlet = new OSGiMinServlet();
wad.servlet = new ServletDescriptor[1];
if (context.startsWith("/"))