"Could not find global configuration resource '" + globalConfiguration
+ "'");
}
Reader reader = new InputStreamReader(webxmlUrl.openStream());
try {
WebXmlParser parser = new WebXmlParserImpl2();
return parser.parse(reader);
} catch (SAXException e) {
throw new WebAppConfigurationException(e);
} finally {
reader.close();
}