HBASE-10219 HTTPS support for HBase in RegionServerListTmpl.jamon

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552882 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2013-12-21 06:24:19 +00:00
parent 7d411abdfb
commit a2c4d73395
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ if (sl.getTotalCompactingKVs() > 0) {
</%args>
<%java>
int infoPort = master.getRegionServerInfoPort(serverName);
String url = "http://" + serverName.getHostname() + ":" + infoPort + "/";
String url = "//" + serverName.getHostname() + ":" + infoPort + "/";
</%java>
<%if (infoPort > 0) %>