I need to change the web context and the port for a SolrCloud installation.
Example, change: host:8080/some-api-here/ to this: host:8983/solr/ Does anyone know how to do this with SolrCloud? There are values stored in clusterstate.json and <collection>/leader/elect and I could change them but that seems a little messy. Thanks