shared log4j config used by multiple tomcat webapps

2022-05-12 Thread Dave Piper (HE/HIM)
Hi, We've been using log4j for over a decade to produce logs for various webapps within a single tomcat instance. Some of our loggers and file appenders are defined within the tomcat/lib folder itself so that they're picked up by the common classloader and can be shared by multiple webapps.

Re: shared log4j config used by multiple tomcat webapps

2022-05-12 Thread Piotr P. Karwasz
Hi Dave, Thank you for bringing this subject up. On Thu, 12 May 2022 at 13:16, Dave Piper (HE/HIM) wrote: > We've been using log4j for over a decade to produce logs for various > webapps within a single tomcat instance. Some of our loggers and file > appenders are defined within the tomcat/lib

Re: shared log4j config used by multiple tomcat webapps

2022-05-12 Thread Ralph Goers
> On May 12, 2022, at 4:16 AM, Dave Piper (HE/HIM) > wrote: > > Hi, > > We've been using log4j for over a decade to produce logs for various webapps > within a single tomcat instance. Some of our loggers and file appenders are > defined within the tomcat/lib folder itself so that they're