Hello,
I'm using Tomcat 4.1.31 on my servers, and was looking to implement log4j for
additional logging capabilities and info.
I've been reading this, but maybe it's a bit outdated or I'm not following it
correctly.
http://www.onjava.com/pub/a/onjava/2002/08/07/log4j.html?page=2
I downloaded logging-log4j-1.2.14.zip and put the jar file in my WEB-INF dir.
of my main apps. Would this be correct?
I was unsure how to deploy the log4demo.war file, as I couldn't find it, and
was mainly just wondering how I could really cut to the chase and get this
going.
would I just import various statements into my servlets and then run a static
logger method within them?
Using TC 4.1.31 on Win2k in each of my environments - dev and prod.
Thanks!
If anyone has any other tips on implementing, I'm wide open to suggestion with
it.