throw new DeployerException("Cannot get the URL for the archive '" + war.getArchive() + "'.", e);
}
// Analyze the war archive
IWarDeployableMetadata warDeployableMetadata = null;
try {
warDeployableMetadata = new WarDeployableMetadataFactory().createDeployableMetadata(war);
} catch (DeployableMetadataException e) {
logger.error("Unable to analyze the metadata of the war '" + warURL + "'.", e);
}