if(lb == null)
throw new Exception( _strMgr.getString("LbDoesNotExist", lbName));
configName = lb.getLbConfigName();
}
LbConfigPublisher lbp = new LbConfigPublisher(ctx, configName, lbName);
result = lbp.ping();
_logger.log(Level.INFO, _sMgr.getString(
"http_lb_admin.TestConnection", Boolean.toString(result), lbName));
} catch (Exception e) {
String msg = _strMgr.getString("LbTestConnectionFailed",
lbName);