private WARCappUndeployer warUndeployer = null;
protected void activate(ComponentContext ctxt) {
try {
//register war deployer and undeployer in the ApplicationManager
warDeployer = new WARCappDeployer();
warUndeployer = new WARCappUndeployer();
applicationManager.registerDeploymentHandler(warDeployer);
applicationManager.registerUndeploymentHandler(warUndeployer);
// read required-features.xml