LOG.info("https connector created.");
if (client.isConnector(connectorName)) {
client.changeConnector(connectorName, "max-connections",
buildExpression("rhq.server.startup.web.max-connections", serverProperties, true));
client.changeConnector(connectorName, "redirect-port",
buildExpression("rhq.server.socket.binding.port.https", serverProperties, true));
if (needProtocolWorkaround) {
client.changeConnector(connectorName, "protocol", "org.apache.coyote.http11.Http11Protocol");
}