Index: hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/RegionServerListTmpl.jamon =================================================================== --- hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/RegionServerListTmpl.jamon (revision 1552846) +++ hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/RegionServerListTmpl.jamon (working copy) @@ -283,7 +283,7 @@ <%java> int infoPort = master.getRegionServerInfoPort(serverName); - String url = "http://" + serverName.getHostname() + ":" + infoPort + "/"; + String url = "//" + serverName.getHostname() + ":" + infoPort + "/"; <%if (infoPort > 0) %>