}
}
out.write("\n</table>\n");
}
out.write("\n\n<h2>Tables</h2>\n");
ReturnMsg msg = show.execute(conf);
out.write("\n<p>");
out.print(msg );
out.write("</p>\n\n<h2>Region Servers</h2>\n");
if (serverToServerInfos != null && serverToServerInfos.size() > 0) {
out.write("\n<table>\n<tr><th>Address</th><th>Start Code</th><th>Load</th></tr>\n");