+ configName + ", File Path " + filePath);
try {
ConfigContext ctx = AdminService.getAdminService().getAdminContext()
.getAdminConfigContext();
LbConfigWriter lbw = new LbConfigWriter(ctx, configName, filePath);
String fName = lbw.write();
_logger.log(Level.INFO, _sMgr.getString(
"http_lb_admin.ExportConfig", configName, fName));
return fName;
} catch (Exception e) {
String msg = _strMgr.getString("LbExportFailed",