Hi Billy see http://wiki.apache.org/solr/SolrSecurity
One approach is keep master internal, read only slaves with just select handlers defined in the solr config for public facing requests. See your app container security docs for other approaches On 1 October 2012 16:32, Billy Newman <newman...@gmail.com> wrote: > I am struggling with how to protect the Solr URLs (esp. the admin > page(s)) when I deploy solr to JBoss. I know that I can extract the > web.xml from the war and mess with that, but was wondering if there > was a way to deploy the war as-is and modify some JBoss config file to > protect that wars URL(s). > > Anyone deployed this to JBoss w/ success and have any experience with > how to secure it. > > I looked here for JBoss config with no luck: > http://wiki.apache.org/solr/SolrJBoss > > Thanks in advance, > Billy >