Re: Axis Fault, Xerces sees the webapp as stopped although it is running

2025-04-25 Thread Piotr P. Karwasz
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

Re: Axis Fault, Xerces sees the webapp as stopped although it is running

2025-04-25 Thread Piotr P. Karwasz
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

Re: SOLVED (90%): Re: Has Tomcat 10 dropped support for using log4j2 as its default logger?

2025-03-16 Thread Piotr P. Karwasz
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

Re: Has Tomcat 10 dropped support for using log4j2 as its default logger?

2025-03-11 Thread Piotr P. Karwasz
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

Re: Fwd: Has Tomcat 10 dropped support for using log4j2 as its default logger?

2025-03-11 Thread Piotr P. Karwasz
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

Re: Has Tomcat 10 dropped support for using log4j2 as its default logger?

2025-03-10 Thread Piotr P. Karwasz
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