On 24/02/2021 15:57, Ravi Kumar wrote:
> Hi Tomcat Team,
> 
> We used to have *Tomcat-juli.jar and Tomcat-juli-adapters.jar* available on
> Tomcat7 download pages under the EXTRAS directory.
> 
> But with Tomcat 9, we don't have these 2 jars or in fact extras folder
> available. We use these jars for logging purposes of the web-application
> console.
> 
> Could you please suggest any alternative jars or any other way for
> accommodating this replacements in Tomcat 9 ?

Those were for log4j 1.x which is no longer supported.

If you want to use log4j 2.x that can intercept java.util.logging
(Tomcat's default logging system) without additional Tomcat JARs.
Details on how to intercept j.u.l should be in the log4j 2.x docs.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to