new File(confDir, "web.xml"));
// deploy the web-app by copying the WAR file into the webapps
// directory
File webappsDir = createDirectory(getTmpDir(), "webapps");
fileUtils.copyFile(getDeployableFile().getFile(),
new File(webappsDir, getDeployableFile().getFile().getName()),
null, true);
// Copy user-provided configuration files into the temporary conf/
// container directory.