TomcatWarDeployment(TomcatContextUndeployer undeployer, Bundle bundle, Context catalinaContext) {
this.undeployer = undeployer;
this.catalinaContext = catalinaContext;
// create context
this.deploymentContext = new DefaultWarDeploymentContext(bundle, catalinaContext.getPath(),
catalinaContext.getServletContext());
}