Hello Mark, > -----Ursprüngliche Nachricht----- > Von: Mark Thomas <ma...@apache.org> > Gesendet: Samstag, 21. September 2024 12:02 > An: users@tomcat.apache.org > Betreff: Re: Tld Scanner and tomcat-coyote-ffm > > On 21/09/2024 10:45, Thomas Hoffmann (Speed4Trade GmbH) wrote: > > Hello, > > > > the recent Tomcat 10.1 versions seem to contain the file > > tomcat-coyote-ffm.jar This triggers a warning that the TldScanner didn't > > find > any Tld inside the jar: > > FEIN [main] > > org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD > > files were found in ... tomcat-coyote-ffm.jar > > > > Should the jar be added to the default exclude list within Tomcat? > > It is as of 10.1.29. > > Mark >
Thanks for the quick reply! I think my custom jarsToSkip attriubte in the server.xml overrides the Catalina.properties and that’s caused the warning. Sorry for bothering! Have a nice weekend!