// META-INF/application-client.xml does not exist?
log.log(Level.WARNING, e.toString(), e);
}
}
else if (file.endsWith(".war")) {
Module module = createModule();
WebModule web = new WebModule();
web.setWebURI(file);
module.addWeb(web);
}
}
} catch (RuntimeException e) {
throw e;
} catch (Exception e) {