I solved my problem by downloading the latest commons-logging and log4j jars and putting them in the WEB-INF/lib directory. The only problem I have now is that it doesn't seem like log4j is watching...
Type: Posts; User: gordonjl; Keyword(s):
I solved my problem by downloading the latest commons-logging and log4j jars and putting them in the WEB-INF/lib directory. The only problem I have now is that it doesn't seem like log4j is watching...
I was able to fix my problem by downloading the latest versions of commons-logging1.2.9 and log4jv1.0.4 and placing them in my web app's /WEB-INF/lib directory. All works fine now. The only fly in...
Hey, All,
I'm attempting to use spring's Log4jConfigListener in an exploded web app I have and need some help. The problem is that, despite Log4jConfigListener correctly reading the...