严重: Exception starting filter struts2
  java.lang.AbstractMethodError: org.apache.xerces.dom.DocumentImpl.setXmlVersion(Ljava/lang/String;)V  xml是myeclipse8.5自动生成的,tomcat版本6.0.26貌似很少人遇到这个问题么,搜了半天只有一位兄弟遇到过,他是添加xerces.jar解决的,但是我添加xerces.jar仍然有错:
严重:Exception starting filter struts2
unable to load configuration.-class:org.apache.xerces.parsers
刚入门,求各位神指点

解决方案 »

  1.   

    struts2的filter 出错,检查一下web.xml的过滤器配置,检查下你的filter ,看看filter 是否正确配置,要不贴出你的web.xml,如果用的自定义的filter ,也贴出你的filter 。
      

  2.   

    可能是你struts2的包少了,或是版本较低。
    布置环境的时候,手动配置配置文件,导包,这样好点,还可以知道都做了什么,不推荐用myeclipse自动建立。
      

  3.   

    setXmlVersion
    感觉是XML文件有问题 楼主贴一下看看