new AnnotationConfiguration(),
new WebInfConfigurationExt(),
new WebXmlConfiguration(),
new MetaInfConfiguration(),
new FragmentConfiguration(),
new JettyWebXmlConfiguration()});
context.setThrowUnavailableOnStartupException(true);
context.setParentLoaderPriority(true);
context.setClassLoader(JettyServer.class.getClassLoader());
server.setHandler(context);