嚴重: 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>