If the connector port number in your localhost is same as in other system then this error is probable..You can change port number in server.xml of your system or other system and make them different...If it is different only then one other probablity is remote access enabled or not...
Rajani Maski 2010/8/17 Tim TerlegÄrd <tim.terleg...@gmail.com> > > hi all, > > i am indexing the documents to solr that are in my system. now i > need > > to index the files that are in remote system, i enabled the remote > streaming > > to true in solrconfig.xml and when i use the stream.url it shows the > error > > as ""connection refused"" and the detail of the error is::: > > > > when i sent the request in my browser as:: > > > > > http://localhost:8080/solr/update/extract?stream.url=http://remotehost/home/san/Desktop/programming_erlang_armstrong.pdf&literal.id=schb2 > > You probably use the wrong port. Try 8983 instead. > > /Tim >