Tomcat startup logs - SEVERE: Error filterStart how to get a stack trace?

后端 未结 16 878
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-07 11:50

When I start Tomcat I get the following error:

Jun 10, 2010 5:17:25 PM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
Jun 10, 2010          


        
16条回答
  •  天命终不由人
    2020-12-07 11:56

    you need to copy the files

    cp /path/to/solr/example/lib/ext/* /path/to/tomcat/lib
    cp /path/to/solr/example/resources/* /path/to/tomcat/lib // or inside extracted solr
    

    and then restart tomcat

提交回复
热议问题