Tomcat 5.5 で正常に動作するアプリケーションを jetty で実行しようとしています。アプリはサーブレット 2.4 と JSP 2.0 を使用します。
Jetty/Jasper はこの例外をスローしています:
org.apache.jasper.JasperException: /WEB-INF/tiles/layout/main.jsp(85,55) PWC6340: According to the TLD, rtexprvalue is true, and deferred-value is specified for the attribute items of the tag handler org.apache.taglibs.standard.tag.rt.core.ForTokensTag, but the argument for the setter method is not a java.lang.Object
奇妙なことに、TLD がどこにも見つかりません。わからない魔法で手に入れているようだ。間違ったTLDを取得している可能性がありますか?
また、org.apache.taglibs.standard.tag.rt.core.ForTokensTag をロードしている場所を特定するのも困難です。Eclipse は、プロジェクトのロード パスでそれを見つけません。
どんなヒントでも大歓迎です...