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