This is an automated email from the ASF dual-hosted git repository.

mattrpav pushed a commit to branch activemq-6.3.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-6.3.x by this push:
     new 97b6ca827a Fix: Assembly startup logs harmless WARN about schemas 
(#2501) (#2504)
97b6ca827a is described below

commit 97b6ca827a810f4f173ec44ddc3541341c6f4258
Author: Matt Pavlovich <[email protected]>
AuthorDate: Fri Aug 28 12:30:36 2026 -0500

    Fix: Assembly startup logs harmless WARN about schemas (#2501) (#2504)
    
    The schemas are included internally to tomcat's jasper support.
    
    These are harmeless for running in Jetty
    
    (cherry picked from commit aa6c07ecab9b7166016aec25bdc3616683a1ef62)
---
 assembly/src/release/conf/log4j2.properties | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/assembly/src/release/conf/log4j2.properties 
b/assembly/src/release/conf/log4j2.properties
index 6cfa4e6c32..b23be5b75f 100644
--- a/assembly/src/release/conf/log4j2.properties
+++ b/assembly/src/release/conf/log4j2.properties
@@ -49,7 +49,14 @@ logger.jetty.level=WARN
 
 # Jetty startup via Spring
 logger.jetty-spring.name=org.apache.activemq.spring.jetty
-logger.xbean.level=INFO
+logger.jetty-spring.level=INFO
+
+# The web console's JSP support (Tomcat Jasper via Jetty) probes for the XML 
meta-schemas
+# XMLSchema.dtd, datatypes.dtd and xml.xsd, which the jakarta.servlet-api jar 
does not
+# bundle. They are only consulted when XML validation of web.xml/TLD files is 
enabled
+# (off by default), so the startup warnings are harmless noise.
+logger.jasper-digester.name=org.apache.tomcat.util.descriptor.DigesterFactory
+logger.jasper-digester.level=ERROR
 
 # ActiveMQ
 #log4j2.logger.activemq.name=org.apache.activemq


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to