Org. apache. jasper. compiler. TldLocationsCache tldScanJar, org. apache. jasper

Source: Internet
Author: User
Tags tld

Org. apache. jasper. compiler. TldLocationsCache tldScanJar, org. apache. jasper

When I click query on the page, the console contains the following red text:


15:09:27 org. apache. jasper. compiler. TldLocationsCache tldScanJar
Information: 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.

As shown in the console, it takes a minute or two to get stuck. That is to say, the data has been queried in the background, but the page is not displayed. The reason is that tomcat verifies the el expression on the page.

Solution: Include <! ----> Just remove the comment.


Question about tomcat 7014 JSP page access

TLD is a tag definition document that defines the location of a TLD when you introduce a tag library.

For example:
<% @ Taglib uri = "/WEB-INF/struts-tiles.tld" prefix = "tiles" %>
<% @ Taglib uri = "java.sun.com/jsp/jstl/core" prefix = "c" %>

It can be seen that there are two ways to introduce, first local, second remote

From your exception, you should introduce it locally.
But the file does not exist.

Three solutions: 1 change to remote Introduction 2 copy TLD file to local 3 modify log configuration without printing warning information

What do the following information mean?

File package missing
 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.