Hi,
On 25.04.2025 15:57, Piotr P. Karwasz wrote:
To solve this, add:
javax.xml.datatype.DatatypeFactory =
com.sun.org.apache.xerces.internal.jaxp.datatype.DatatypeFactoryImpl
A more proper solution could be to initialize
`j.x.b.DatatypeConverterImpl` using the
Hi Simon,
On 22.04.2025 17:44, Simon Arame wrote:
org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading
Illegal access: this web application instance has been stopped
already. Could not load
[org.apache.xerces.jaxp.datatype.XMLGregorianCalendarImpl$DaysInMonth].
The follo
Hi Bruno,
On 13.03.2025 21:30, Bruno Melloni wrote:
·This configuration is focused on *Windows* and routes *BOTH Tomcat’s
logging and the web applications logging* to the Tomcat log4j2 config
file.Most examples on the internet are only for one or the other, and
are usually described in Linux/U
Hi Mark,
On 11.03.2025 09:46, Mark Thomas wrote:
On 10/03/2025 21:58, Piotr P. Karwasz wrote:
If you are looking for instructions on how to replace Tomcat's
default logging backend with Log4j Core, there is a dedicated
section[2] in our new Integrating Log4j Core with Jakarta EE Gu
Hi Bruno,
On 11.03.2025 15:50, Bruno Melloni wrote:
Thanks, excellent set of links and information!
* [2] is almost identical to what I "used to use" for Tomcat 8 and 10
log4j 2.x logging (the only real difference is the folder names I
chose). I am not sure when, but at some point this
Hi Bruno,
On 10.03.2025 18:01, Bruno Melloni wrote:
I am wondering because after easily a decade of using log4j with
Tomcat... it is now virtually impossible to find instructions (_that
actually work_) for how to configure Tomcat 10 to use *Apache Log4j*
as its default logger. Since both are T