All clear. There seems to be a mis-config on my side as the vanilla solr 4.3.1 package works just fine with the described setup.
On Wed, Jul 17, 2013 at 4:21 PM, Dmitry Kan <solrexp...@gmail.com> wrote: > Hi list, > > I have set up two cores (=collections): > > http://localhost:8983/solr/core0 > http://localhost:8983/solr/core1 > > In addition the following has been set up: > http://localhost:8984/solr/core0 > http://localhost:8984/solr/core1 > > I'm trying to query the first via the second like this: > > > http://localhost:8984/solr/core1/select?q=test&shards=localhost:8983/solr/core0 > > But an error comes as a response: > > "Server at http://localhost:8983/solr returned non ok status:404, > message:Not Found" > > What am I doing wrong? > > Thanks, > Dmitry >