It is set in solr.xml, but solr.xml has a syntax that allows you to set values by system properties.
By default solr.xml is setup so that the jetty.port system property should set the hostPort. I'm sure that works in general, so I'm not sure why it's not working for you. Can you provide your solr.xml? - Mark On Dec 5, 2012, at 7:30 AM, Bill Au <bill.w...@gmail.com> wrote: > Can hostPort for SolrCloud only be set in solr.xml? I tried setting the > system property hostPort and jetty.port on the Java command line but > neither of them work. > > Bill