if (intf != null && intf.length() > 0) {
connector.setHost(intf);
}
connector.setPort(port);
connector.statsReset();
connector.setName("VoltDB-HTTPD");
//open the connector here so we know if port is available and Init work can retry with next port.
connector.open();
m_server.addConnector(connector);