Re: Adding authentication Token to the CommonsHttpSolrServer

2009-03-15 Thread Shalin Shekhar Mangar
On Fri, Mar 13, 2009 at 12:03 AM, Narayanan, Karthikeyan < karthikeyan.naraya...@gs.com> wrote: > Hi, > We have installed the Solr in Tomcat server and enabled the > security constraint at the Tomcat level.. We require to pass the > authentication token(cookie) to the search call that is made

Re: Adding authentication Token to the CommonsHttpSolrServer

2009-03-14 Thread Otis Gospodnetic
ch 12, 2009 2:33:28 PM > Subject: Adding authentication Token to the CommonsHttpSolrServer > > Hi, > We have installed the Solr in Tomcat server and enabled the > security constraint at the Tomcat level.. We require to pass the > authentication token(cookie)

Adding authentication Token to the CommonsHttpSolrServer

2009-03-12 Thread Narayanan, Karthikeyan
Hi, We have installed the Solr in Tomcat server and enabled the security constraint at the Tomcat level.. We require to pass the authentication token(cookie) to the search call that is made using CommonsHttpSolrServer. Would like to know how can I add the token to the CommonsHttpSolrServer.