Are there any good website out there that talk about how to use Log4j in JRun... I am having trouble with my classPath and where to put the Properties file as well as custom appenders.
I thought that the correct place for these file would be the WEB-INF/classes/ for my project. But this does not work. Instead I have to locate the properties file where my Log4.jar file is located and then my custom appender is not being loaded. Thanks