Hi Jack, Problem is fixed :-)
Thanks for the pointer, yes, I tried the suggestion in the email below as well as adding -Djetty.port=<port-num> in jetty's start.ini file. The problem was the shard and core information was being taken from zookeeper; I have a two host zookeeper ensemble. Deleting zookeeper data and restarting with new configuration worked. Thanks! On Aug 13, 2012, at 6:05 PM, Jack Krupansky wrote: > Did you try this: > http://lucene.472066.n3.nabble.com/How-to-change-a-port-td490375.html > > -- Jack Krupansky > > -----Original Message----- From: Raghav Karol > Sent: Monday, August 13, 2012 11:49 AM > To: solr-user@lucene.apache.org > Subject: Solr 4.0.0, query, default port not changeable > > Hello *, > > Running Solr 4.0.0-ALHPA we have an issue with queries. > > We would like to use multiple jvm's to host solr cores but can not because > the queries ignore the jetty.port settings. The following is they query > generated using the admin interface, solr is running in jetty under port 8080. > > http://solr-cluster-1.issuu.com:8983/solr/core0/select?q=*%3A*&wt=xml > > Has anyone tried to change to deploy solr using an external jetty, i.e., not > the example start.jar on a port other than 8983? > > -- > Raghav=