product-is icon indicating copy to clipboard operation
product-is copied to clipboard

Unnecessary JAR scanning for TLDs logs during start up

Open mefarazath opened this issue 3 years ago • 0 comments

Describe the issue:

Noticed logs related to https://github.com/wso2/product-is/issues/11531 appearing again

[2022-08-07 09:40:00,463] []  INFO {org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer} - Deployed webapp: StandardEngine[Catalina].StandardHost[localhost].StandardContext[/api/health-check/v1.0].File[/Users/farasath/dev/IS6/wso2is-6.0.0-beta2-SNAPSHOT/repository/deployment/server/webapps/api#health-check#v1.0]
[2022-08-07 09:40:00,609] []  INFO {org.apache.jasper.servlet.TldScanner} - 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.
[2022-08-07 09:40:07,112] []  INFO {org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer} - Deployed webapp: StandardEngine[Catalina].StandardHost[localhost].StandardContext[/wso2].File[/Users/farasath/dev/IS6/wso2is-6.0.0-beta2-SNAPSHOT/repository/deployment/server/webapps/wso2]
[2022-08-07 09:40:07,396] []  INFO {org.apache.jasper.servlet.TldScanner} - 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.
[2022-08-07 09:39:52,352] []  INFO {org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer} - Deployed webapp: StandardEngine[Catalina].StandardHost[localhost].StandardContext[/STRATOS_ROOT].File[/Users/farasath/dev/IS6/wso2is-6.0.0-beta2-SNAPSHOT/repository/deployment/server/webapps/STRATOS_ROOT]
[2022-08-07 09:39:52,709] []  INFO {org.apache.jasper.servlet.TldScanner} - 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.
[2022-08-07 09:39:55,260] []  INFO {org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer} - Deployed webapp: StandardEngine[Catalina].StandardHost[localhost].StandardContext[/accountrecoveryendpoint].File[/Users/farasath/dev/IS6/wso2is-6.0.0-beta2-SNAPSHOT/repository/deployment/server/webapps/accountrecoveryendpoint]
[2022-08-07 09:39:55,678] []  INFO {org.apache.jasper.servlet.TldScanner} - 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.

How to reproduce: Observe logs during startup

Expected behavior:

Environment information (Please complete the following information; remove any unnecessary fields) :

  • Product Version: [e.g., IS 5.10.0, IS 5.9.0]
  • OS: [e.g., Windows, Linux, Mac]
  • Database: [e.g., MySQL, H2]
  • Userstore: [e.g., LDAP, JDBC]

Optional Fields

Related issues:

Suggested labels:

mefarazath avatar Aug 07 '22 05:08 mefarazath