一、异常信息

 java.lang.NoSuchMethodException: org.apache.catalina.deploy.WebXml addFilter

      at org.apache.tomcat.util.IntrospectionUtils.callMethod1(IntrospectionUtils.java:803)

      at org.apache.tomcat.util.digester.SetNextRule.end(SetNextRule.java:201)

      at org.apache.tomcat.util.digester.Digester.endElement(Digester.java:1051)

    ……


二、处理方式

   在tomacat的context.xml里加上<Loader delegate="true" />