}
}
tempProxyService.initialize();
HttpReverseProxyService oldProxyService = proxyService;
proxyService = tempProxyService;
if (log.isInfoEnabled())
{
log.info("DefaultHttpReverseProxyServlet has (re)initialized reverse proxy service component...");
}
if (oldProxyService != null)
{
oldProxyService.destroy();
}
}