Re: Migrating Tomcat 8/9 and a single webapp to Java 17 disconfigures Tomcat logs

2023-10-05 Thread Alcides Moraes
Tomcat 8.5 or 9. If you have any suggestions, I can check them out. Thanks for your help. > Em 2 de out. de 2023, à(s) 19:07, Christopher Schultz > escreveu: > > Alcides, > > On 9/29/23 15:34, Alcides Moraes wrote: >> Forgot to expand the webapps/WEB-INF/lib jars as we

Re: Migrating Tomcat 8/9 and a single webapp to Java 17 disconfigures Tomcat logs

2023-09-29 Thread Alcides Moraes
x27;s logging.properties. Should it really affect tomcat’s logging? > Em 29 de set. de 2023, à(s) 16:18, Alcides Moraes > escreveu: > > Hi Christopher, > > Thanks for the suggestion, we do add some jars to Tomcat lib (mainly > Prometheus, Hazelcast) > I expanded every jar inside tomc

Re: Migrating Tomcat 8/9 and a single webapp to Java 17 disconfigures Tomcat logs

2023-09-29 Thread Alcides Moraes
: https://logging.apache.org/log4j/2.x/log4j-appserver.html With this and the log4j-jul bridge, all logs are now formatted correctly. > Em 29 de set. de 2023, à(s) 08:56, Christopher Schultz > escreveu: > > Alcides, > > On 9/28/23 14:55, Alcides Moraes wrote: >> Hello

Migrating Tomcat 8/9 and a single webapp to Java 17 disconfigures Tomcat logs

2023-09-28 Thread Alcides Moraes
Hello everyone, I’m new to the list even though I’ve been a Java web developer for many years, I’ve never had the need to post here, but this time I think I may have stumbled upon a bug, and nothing turns up online on this issue. We’re migrating our containerized legacy webapps from Java 8/11 t