Hi,
I wrote and entire
J2EE app and used log4j as the logging mechanism. It was working fine under
JBoss 3.2.3.
Now I am porting over to JRun 4 SP1 and no logging occurs. Seems like I have to use the JRun specific logging classes to get any logging
alot. Now that doesn't make sense, it should simply work.
Has anyone got this to work?
My log4j.jar is in the classpath and so is the log4j.properties. So what gives?
Thanks!