Hi, I am running my solrcloud nodes in an app server deployed into the context path 'solr' and zookeeper sees all of them. I want to deploy a second solrcloud war into the same app server (thus same IP:port) in a different context like 'solrrep' with the same config (cloned).
Will this work? Or does zookeeper (or solrcloud leader) require all connected solr shards to have context url with ip:port/solr? Or will the correct URL be registered from the replica shard? thanks!