firstWelcomeFile = parseFirstWelcomFile(document, xpath);
} catch (Exception e) {
if (GwtTestException.class.isInstance(e)) {
throw (GwtTestException) e;
}
throw new GwtTestConfigurationException("Error while parsing web.xml", e);
} finally {
// close the stream
try {
is.close();
} catch (Exception ioException) {