httpListConfig.setPropertyValue(PROXIED_PROTOCOLS, PROXIED_PROTOCOLS_VALUE);
else
httpListConfig.createProperty(PROXIED_PROTOCOLS, PROXIED_PROTOCOLS_VALUE);
}else{
if (httpListConfig.existsProperty(PROXIED_PROTOCOLS))
httpListConfig.removeProperty(PROXIED_PROTOCOLS);
}
}
//Also need to change the http-listeners attributes of Virtual Server.
Map<String,VirtualServerConfig>vservers = config.getHTTPServiceConfig().getVirtualServerConfigMap();