} else if (faultyWebapp != null &&
faultyWebapp.getLastModifiedTime() != lastModifiedTime) {
handleHotDeployment(webappFile, webContextParams, applicationEventListeners);
}
} finally {
currentCarbonContextHolder.endTenantFlow();
}
}
/**
* Hot deploy a webapp. i.e., deploy a webapp that has newly become available.