Another way that occurs to me is that if you have a <securityconstraint> on the update URL(s) in your web.xml, you can map them to no groups / empty groups in the JEE container.
JRJ -----Original Message----- From: simon [mailto:mtnes...@gmail.com] Sent: Tuesday, August 30, 2011 12:21 PM To: solr-user@lucene.apache.org Subject: Re: add documents to the slave That's basically it. remove all /update URLs from the slave config On Tue, Aug 30, 2011 at 8:34 AM, Miguel Valencia < miguel.valen...@juntadeandalucia.es> wrote: > Hi > > I've read that it's possible add documents to slave machine: > > http://wiki.apache.org/solr/**SolrReplication#What_if_I_add_** > documents_to_the_slave_or_if_**slave_index_gets_corrupted.3F<http://wiki.apache.org/solr/SolrReplication#What_if_I_add_documents_to_the_slave_or_if_slave_index_gets_corrupted.3F> > > ¿Is there anyway to not allow add to documents to slave machine? for > example, touch on configurations files to only allow handler "/select". > > Thanks. > > >