0

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)*".

どういう意味ですか?わかりません。

ありがとう!

4

1 に答える 1

1

dwr.xml 構成に問題があるようです。エラーは、xml 構成が dwr スキーマを検証していないことを示しています。

このページを確認してください: http://directwebremoting.org/dwr/server/dwrxml/index.html

または、dwr.xml 構成を投稿してください。問題を見つけるのに役立ちます。

于 2009-11-18T11:23:32.557 に答える