Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "SolrCloud" page has been changed by HossMan: http://wiki.apache.org/solr/SolrCloud?action=diff&rev1=82&rev2=83 Comment: SOLR-4057 These are set in solr.xml, but by default they are setup in solr.xml to also work with system properties. ||host ||Defaults to the first local host address found ||If the wrong host address is found automatically, you can over ride the host address with this param. || ||hostPort ||Defaults to the jetty.port system property ||The port that Solr is running on - by default this is found by looking at the jetty.port system property. || + ||hostContext ||Defaults to solr ||The context path for the Solr webapp. (Note: in Solr 4.0, it was mandatory that the hostContext not contain "/" or "_" characters. Begining with Solr 4.1, this limitation was removed, and it is recomended that you specify the begining slash. When running in the example jetty configs, the "hostContext" system property can be used to control both the servlet context used by jetty, and the hostContext used by SolrCloud -- eg: {{{-DhostContext=/solr}}}) || - ||hostContext ||Defaults to solr ||The context path for the Solr webapp. || - - === SolrCloud Instance ZooKeeper Params ===