I suspect you haven't enabled the replication handler in solrconfig.xml. Look in solrconfig.xml for a line like:
<requestHandler name="/replication" class="solr.ReplicationHandler" > by default, I believe it's commented out. Have you uncommented it? Best Erick On Tue, Dec 27, 2011 at 5:38 AM, Ahson Iqbal <mianah...@yahoo.com> wrote: > Hi Ahmet > > Same issue, one more thing i am using solr 1.4.1 with tomcat 7.0 > > Regards > Ahsan > > > ________________________________ > From: Ahmet Arslan <iori...@yahoo.com> > To: solr-user@lucene.apache.org; Ahson Iqbal <mianah...@yahoo.com> > Sent: Tuesday, December 27, 2011 2:51 PM > Subject: Re: Configuring Replication > > >> Thank you for your response >> both of the following urls >> >> http://localhost:8983 >> http://localhost:8983/solr >> >> are working >> and also it is not a multi core setup. > > What happens when you use class="solr.ReplicationHandler" instead of > class="org.apache.solr.ReplicationHandler" in your solrconfig.xml?