deployer.deploy(uri, "--name", applicationName, "--contextroot", applicationName);
deployed.push(applicationName);
LOG.info("deployed module {}", url);
}
catch (IOException exc) {
throw new TestContainerException(exc);
}
catch (GlassFishException exc) {
throw new TestContainerException(exc);
}
catch (URISyntaxException exc) {
throw new TestContainerException(exc);
}
}