// JQM configuration should be on the class path
webAppContext.setExtraClasspath("conf/jqm.properties");
// Set configurations (order is important: need to unpack war before reading web.xml)
webAppContext.setConfigurations(new Configuration[] { new WebInfConfiguration(), new WebXmlConfiguration(),
new MetaInfConfiguration(), new FragmentConfiguration(), new AnnotationConfiguration(), new TagLibConfiguration() });
h.addHandler(webAppContext);
}