context.addChild(wrapper);
wrapper.addMapping(mapping);
context.addServletMapping(mapping, name);
final String listenerId = wrapper.getName() + RsServlet.class.getName() + listener.hashCode();
wrapper.addInitParameter(HttpListener.class.getName(), listenerId);
context.getServletContext().setAttribute(listenerId, listener);
path = address(connectors, host.getName(), realRoot);
final String key = address(connectors, host.getName(), completePath);
contexts.put(key, context);