_logger.log(Level.WARNING,
"[WebContainer] Context " + contextRoot
+ " threw exception in destroy()", ex);
}
// START SJSAS 6330332
Switch sw = Switch.getSwitch();
sw.removeDescriptorFor(context);
// END SJSAS 6330332
if (_logger.isLoggable(Level.FINEST)) {
_logger.log(Level.FINEST,
"[WebContainer] Context " + contextRoot
+ " undeployed from " + host);