java - log4j 2.5 Web Lookup not working -


i have asked question here on stackoverflow on how web lookups work in log4j2 (see log4j2 web lookup not working). eventually, question answered , fine. now, when got working, web apps spring 4 based apps using log4j 2.2 jars running on tomcat 5.0.57 containers.

now however, have same setup before (i.e spring 4 on tomcat 5.0.57 containers) exception that, log4j jars have been updated log4j v2.5 jars. log4j v2.5 jars web lookups still working when deployed on windows tomcat 5.0.57 containers but, no longer on linux tomcat 5.0.57 containers.

on our linux tomcat containers log files being created as: ${web:contextpath}.log instead of replacing lookup variable deployment's context path name.

what has changed since log4j v2.2 may cause web lookups stop working?


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -