4

Webspiere から Tomcat 7 に Web アプリケーションを移行しようとしています。Spring Tool Suit (sts) を使用しています。アプリケーションを実行しようとすると、次の例外が発生します。プロジェクトはMavenプロジェクトとして維持されていません。クラスパスからjsp jarとservlet jarを使用するオプションと使用しないオプションの両方を試しました。それでも問題は同じです。

org.apache.jasper.compiler.TldLocationsCache tldScanJar
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.

org.apache.catalina.core.StandardContext loadOnStartup
SEVERE: Servlet /myapp threw load() exception
org.apache.jasper.JasperException: /admin_login.jsp (line: 3, column: 0) Failed to load or instantiate TagLibraryValidator class: org.apache.taglibs.standard.tlv.JstlCoreTLV
4

1 に答える 1

3

クラスパスに JSTL タグ ライブラリがないか、クラスパスに standard.jar がない可能性があります。

これこれを確認してください。

于 2013-03-12T05:51:53.753 に答える