Solr - 访问出现403错误

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Solr - 访问出现403错误相关的知识,希望对你有一定的参考价值。

把tomcat的webapps\solr\WEB-INF目录下的web.xml中如下代码注释掉就可以正常访问了

<security-constraint>
    <web-resource-collection>
      <web-resource-name>Disable TRACE</web-resource-name>
      <url-pattern>/</url-pattern>
      <http-method>TRACE</http-method>
    </web-resource-collection>
    <auth-constraint/>
  </security-constraint>
  <security-constraint>
    <web-resource-collection>
      <web-resource-name>Enable everything but TRACE</web-resource-name>
      <url-pattern>/</url-pattern>
      <http-method-omission>TRACE</http-method-omission>
    </web-resource-collection>
  </security-constraint>

以上是关于Solr - 访问出现403错误的主要内容,如果未能解决你的问题,请参考以下文章

solr部署tomcat 访问HTTP Status 403 – Access to the requested resource has been denied

手机QQ空间访问出现代码403错误怎么办?

PHP Curl出现403错误怎么办

403错误怎么解决

访问tomcat下的web项目出现403错误

Apache - 403错误