- - PR -
DWR使用時のtomcat起動時に表示されるメッセージについて
1
投稿者 | 投稿内容 |
---|---|
|
投稿日時: 2007-08-30 18:27
初めまして。
現在、以下の環境で開発を行っています。 Windows2000 Eclipse3.2.1 Tomcat4.1 DWR2.0.1 JDK1.5 EclipseからTomcatの起動を行うと以下のようなメッセージがコンソールに表示されます。 (前文省略) 2007/08/30 13:54:38 org.directwebremoting.util.CommonsLoggingOutput info 情報: Probably not an issue: org.w3c.dom.Node is not available so the dom converter will not load. This is only an problem if you wanted to use it. 2007/08/30 13:54:38 org.directwebremoting.util.CommonsLoggingOutput info 情報: Probably not an issue: org.w3c.dom.Element is not available so the dom converter will not load. This is only an problem if you wanted to use it. 2007/08/30 13:54:38 org.directwebremoting.util.CommonsLoggingOutput info 情報: Probably not an issue: org.w3c.dom.Document is not available so the dom converter will not load. This is only an problem if you wanted to use it. 2007/08/30 13:54:38 org.directwebremoting.util.CommonsLoggingOutput info 情報: Probably not an issue: org.jdom.Document is not available so the jdom converter will not load. This is only an problem if you wanted to use it. 2007/08/30 13:54:39 org.directwebremoting.util.CommonsLoggingOutput info 情報: Probably not an issue: org.jdom.Element is not available so the jdom converter will not load. This is only an problem if you wanted to use it. (後文省略) 作成したアプリは動作しています。 このメッセージは設定に問題・不備があるから出力されるのでしょうか? よろしくお願いします。 |
1