*/
String j2eeApp = webModule.getJ2EEApplication();
if ("null".equalsIgnoreCase(j2eeApp)) {
j2eeApp = null;
}
WebModuleStats stats =
monitoringRegistry.getWebModuleStats(
j2eeApp,
webModule.getModuleName(),
webModule.getPath(),
nextHost.getName());
if (stats != null) {
try {
stats.reset();
} catch (Throwable th) {
_logger.log(Level.SEVERE,
"Error resetting WebModuleStats", th);
}
}