Moin,
I wanted to check the TLD scanner and placed*

org.apache.jasper.servlet.TldScanner.level = FINE

in logging.properties, but under Tomcat 10.1.25 and Tomcat 9.0.91 I get only

05-Aug-2024 10:43:29.958 INFO [main] 
org.apache.jasper.servlet.TldScanner.scanJars 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.

Uncommenting the line

org.apache.catalina.util.LifecycleBase.level = FINE

in logging.properties works as expected (to check, if I really looked at the 
correct files).

On Tomcat 9.0.83 I got

Aug 05, 2024 11:44:43 AM org.apache.jasper.servlet.TldScanner scanResourcePaths
FINE: No TLD files were found in resource path [/WEB-INF/].

as expected.

I could not find any open bugs for TldScanner or logging that would explain 
this behavior. Did I miss something? Could someone verify this?

Java versions:
    11.0.21 for Tomcat 9
    17..0.11 for Tomcat 10

Thanks,
   Andreas

* Yes, I tried FINE, FINEST and ALL...


This message and any attachments are intended only for the use of the addressee 
and may contain information that is privileged and confidential. If the reader 
of the message is not the intended recipient or an authorized representative of 
the intended recipient, you are hereby notified that any dissemination of this 
communication is strictly prohibited. If you have received this communication 
in error, notify the sender immediately by return email and delete the message 
and any attachments from your system.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to