This is a Solr problem and not ZK problem.
This is something we have encountered before.
Which version of java are you using?
On Sat, Dec 8, 2018 at 1:42 AM Adam Blank wrote:
>
> Hi,
>
> I'm not sure if this would be more of a Zookeeper or Solr question, but I'm
> hoping you can help me. I'm
Hi,
I'm not sure if this would be more of a Zookeeper or Solr question, but I'm
hoping you can help me. I'm trying to add user authentication to my
SolrCloud configuration (to secure my Solr admin consoles). I have 3
Zookeeper servers and 2 Solr nodes running. Zookeeper version 3.4.6 and
Solr v
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
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)
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.