protected void doStart() throws Exception { super.doStart(); this.jetty = new JettyService( getBundleContext(), getDispatcherServlet(), getEventDispatcher(), getHttpServiceController()); this.jetty.start(); }
protected void doStop() throws Exception { this.jetty.stop(); super.doStop(); }