System.out.println("[INFO] container id: " + containerId);
// Construct the war, using the container id and the path to the war file
String deployablePath = System.getProperty("cargo.deployable");
System.out.println("[INFO] deployable: " + deployablePath);
Deployable war = new DefaultDeployableFactory().createDeployable(
containerId, deployablePath, DeployableType.WAR);
// Container configuration
ConfigurationFactory configurationFactory = new DefaultConfigurationFactory();