> I just configured the master server as it is specified in > solr replication wiki page, nothing is indexed yet on master > neither onĀ slave, > And in solr replication wiki page they have mentioned that > after configuring master server if you hit the following url > in web browser > > http://localhost:8983/solr/replication > [http://localhost:8983/solr is master server's url ] > > you should get response OK > > but unfortunately, i am getting 404 Error with following > message > > HTTP Status 404 - /solr/replication
May be you have multi-core set-up? Then you should add the coreName to your URL e.g. http://localhost:8983/coreName/replication What happens when you hit the following ULRs? http://localhost:8983 http://localhost:8983/solr