private void doPost(org.apache.cassandra.net.http.HttpRequest httpRequest, HttpWriteResponse httpResponse)
{
String query = httpRequest.getQuery();
HTMLFormatter formatter = new HTMLFormatter();
formatter.startBody(true, getJSFunctions(), true, true);
formatter.appendLine("<h1><font color=\"white\"> Cluster map </font></h1>");
// write a shell for adding some javascript to do in-place updates
StringBuilder sbResult = new StringBuilder();
do