Re: How can i protect the SOLR Cores?

2008-11-23 Thread Chris Hostetter
: 1) modify web.xml (part of the sources of solr.war, which you'll have to : rebuild) to define the authentication constraints you want. for many servlet containers, this isn't neccessary. Jetty cor example also lets you define security realms in the jetty.xml (there's an example of this

Re: How can i protect the SOLR Cores?

2008-11-20 Thread Noble Paul നോബിള്‍ नोब्ळ्
Setup an extra filter before SolrDispatchFilter to do authentication. On Thu, Nov 20, 2008 at 12:28 PM, RaghavPrabhu [EMAIL PROTECTED] wrote: Hi all, Im using multiple cores and all i need to do is,to make the each core in secure manner. If i am accessing the particular core via url,it

Re: How can i protect the SOLR Cores?

2008-11-20 Thread Norberto Meijome
On Wed, 19 Nov 2008 22:58:52 -0800 (PST) RaghavPrabhu [EMAIL PROTECTED] wrote: Im using multiple cores and all i need to do is,to make the each core in secure manner. If i am accessing the particular core via url,it should ask and validate the credentials say Username Password for each core.