严重: End event threw exception
java.lang.NoSuchMethodException: org.apache.catalina.deploy.WebXml addServlet


解决办法:
在tomcat文件路径下conf中的context.xml进行修改,
添加<Loader delegate="true"/>
<Context>
    <Loader delegate="true" />
    <!-- Default set of monitored resources -->
    <WatchedResource>WEB-INF/web.xml</WatchedResource>

</Context>


相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-17
  • 2021-09-05
  • 2021-04-01
  • 2021-05-15
  • 2021-08-04
  • 2021-09-07
猜你喜欢
  • 2022-02-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-31
  • 2021-12-13
相关资源
相似解决方案