Re: setting hostPort for SolrCloud

2012-12-10 Thread Bill Au
: Bill Au Sent: Wednesday, December 05, 2012 10:30 AM To: solr-user@lucene.apache.org Subject: setting hostPort for SolrCloud 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

Re: setting hostPort for SolrCloud

2012-12-07 Thread Bill Au
. For example, java -Djetty.port=8180 -jar start.jar -- Jack Krupansky -Original Message- From: Bill Au Sent: Wednesday, December 05, 2012 10:30 AM To: solr-user@lucene.apache.org Subject: setting hostPort for SolrCloud Can hostPort for SolrCloud only be set in solr.xml

Re: setting hostPort for SolrCloud

2012-12-07 Thread Mark Miller
port to use. For example, java -Djetty.port=8180 -jar start.jar -- Jack Krupansky -Original Message- From: Bill Au Sent: Wednesday, December 05, 2012 10:30 AM To: solr-user@lucene.apache.org Subject: setting hostPort for SolrCloud Can hostPort for SolrCloud only be set

Re: setting hostPort for SolrCloud

2012-12-05 Thread Jack Krupansky
@lucene.apache.org Subject: setting hostPort for SolrCloud 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

Re: setting hostPort for SolrCloud

2012-12-05 Thread Bill Au
-user@lucene.apache.org Subject: setting hostPort for SolrCloud 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

Re: setting hostPort for SolrCloud

2012-12-05 Thread Mark Miller
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

Re: setting hostPort for SolrCloud

2012-12-05 Thread Mark Miller
Message- From: Bill Au Sent: Wednesday, December 05, 2012 10:30 AM To: solr-user@lucene.apache.org Subject: setting hostPort for SolrCloud 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