Description
Frequently, people who try to use solr cloud in a differnet servlet container (or in a jetty other then the preconfigured one supplied) they can be easily confused as to why/how/where solr is trying to hostContext=solr and hostPort=8983.
these can be explicitly overridden in solr.xml, and the defaults are setup to read from system properties, but we should eliminate the hardcoded defaults from the java code (where most users can't even grep for them) and instead specify defaults for the sys properties in the example configs.
Attachments
Attachments
Issue Links
- is related to
-
SOLR-4718 Allow solr.xml to be stored in zookeeper
- Closed
- relates to
-
SOLR-4661 Index Version & Gen look out of sync in replication UI when master searcher uses older commit then what is replicatable
- Closed
-
SOLR-4732 CoreAdmin - SWAP and RENAME with shared instanceDir and no dataDir - problems after Solr restart
- Closed
-
SOLR-4697 add 'zkHost="${zkHost}"' to example solr.xml and deprecate hardcoded check for zkHost system property
- Open