Re: Passing Basic Auth info to HttpSolrClient

2015-09-30 Thread Ishan Chattopadhyaya
Davis, Systems/Applications Architect (Contractor), > Office of Computer and Communications Systems, > National Library of Medicine, NIH > > > -Original Message- > From: Steven White [mailto:swhite4...@gmail.com] > Sent: Tuesday, September 29, 2015 8:13 PM > To: solr-user

RE: Passing Basic Auth info to HttpSolrClient

2015-09-30 Thread Davis, Daniel (NIH/NLM) [C]
2015 8:13 PM To: solr-user@lucene.apache.org Subject: Re: Passing Basic Auth info to HttpSolrClient Hi, Re-posting to see if anyone can help. If my question is not clear, let me know. Thanks! Steve On Mon, Sep 28, 2015 at 5:15 PM, Steven White wrote: > Hi, > > I'm using Http

Re: Passing Basic Auth info to HttpSolrClient

2015-09-29 Thread Steven White
Hi, Re-posting to see if anyone can help. If my question is not clear, let me know. Thanks! Steve On Mon, Sep 28, 2015 at 5:15 PM, Steven White wrote: > Hi, > > I'm using HttpSolrClient to connect to Solr. Everything works until when > I enabled basic authentication in Jetty. My question i

Passing Basic Auth info to HttpSolrClient

2015-09-28 Thread Steven White
Hi, I'm using HttpSolrClient to connect to Solr. Everything works until when I enabled basic authentication in Jetty. My question is, how do I pass to SolrJ the basic auth info. so that I don't get a 401 error? Thanks in advance Steve