/**
* @see org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext)
*/
@Override
public void start(final BundleContext context) throws ServletException {
this.processorFactory = new OsgiServiceProcessorFactory(context);
this.pipeline = new Pipeline(this.processorFactory);
this.tracker = new ServiceTracker<HttpService, HttpService>(context,
HttpService.class.getName(), null) {
/**