解决方法 1:
以上问题需要在tomcat/conf/context.xml 中添加
<Context>
<WatchedResource>WEB-INF/web.xml</WatchedResource>
<WatchedResource>${catalina.base}/conf/web.xml</WatchedResource>
<Resources cachingAllowed="false"/>
</Context>
解决方法2:
不要用tomcat8,换成tomcat7