RequestMonitor.getHostName(), corePlugin.getInstanceName());
requestMonitor.setMeasurementSession(measurementSession);
final ServletContext servletContext = filterConfig.getServletContext();
atLeastServletApi3 = servletContext.getMajorVersion() >= 3;
htmlInjectors.add(new BommerangJsHtmlInjector(webPlugin, servletContext.getContextPath()));
htmlInjectors.add(new StagemonitorWidgetHtmlInjector(configuration, webPlugin, servletContext.getContextPath()));
}