BundleContext bundleContext = _bundle.getBundleContext();
_serviceRegistration = bundleContext.registerService(
BundleServletContext.class, this, properties);
_httpServiceTracker = new HttpServiceTracker(bundleContext, _bundle);
_httpServiceTracker.open();
}