代码之家  ›  专栏  ›  技术社区  ›  Tommaso Taruffi

DWR日志错误处理程序

  •  0
  • Tommaso Taruffi  · 技术社区  · 15 年前

    当我登录到我的webapp dwr时,开始执行它们,然后生成此错误日志:

    18-11-2009 12:09:13 [http-8080-Processor24] ERROR org.directwebremoting.util.LogErrorHandler
    - Line=7 Element type "filter" must be declared. 18-11-2009 12:09:13 [http-8080-Processor24] ERROR org.directwebremoting.util.LogErrorHandler
    - Line=91 The content of element type "allow" must match "(create|convert)*".
    

    这意味着什么?我不知道。

    谢谢!

    1 回复  |  直到 15 年前
        1
  •  1
  •   dawez    15 年前

    在我看来,dwr.xml配置中有问题。错误是说XML配置没有验证DWR架构。

    请检查此页: http://directwebremoting.org/dwr/server/dwrxml/index.html

    或者,请发布dwr.xml配置,这将有助于发现问题。

    推荐文章