You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by 李爽 <54...@qq.com> on 2016/10/09 08:14:12 UTC

configure solr kerberos with tomcat

hi,

i wonder how to configre solr kerberos with tomcat,  as in the tutorial it shows the configuration procedure with default jetty server: https://cwiki.apache.org/confluence/display/solr/Kerberos+Authentication+Plugin

thanks.


Re: configure solr kerberos with tomcat

Posted by Shawn Heisey <ap...@elyograg.org>.
On 10/9/2016 2:14 AM, \u674e\u723d wrote:
> i wonder how to configre solr kerberos with tomcat, as in the tutorial
> it shows the configuration procedure with default jetty server:
> https://cwiki.apache.org/confluence/display/solr/Kerberos+Authentication+Plugin

Since 5.0, Solr no longer officially supports running in a third-party
container like Tomcat.  You can still do it, but you're on your own.  I
have no idea whether the authentication plugins provided with Solr will
work with Tomcat.  The authentication plugins were mostly built after 5.0.

You may be able to configure Tomcat itself to handle the authentication,
but you'll need to figure out how to do that on your own.

Thanks,
Shawn