Although we use jBoss for our servers, I use Tomcat for development because
of its much faster restart and better integration with Eclipse. The
applications reuse certain components heavily and thus rely on the presence
of a central log4j.xml to control the logging level for those components
(whi
Caldarale, Charles R wrote:
>
> You didn't bother to tell us what version of Tomcat you're using, but for
> 6.0.x try putting the log4j.xml file in Tomcat's lib directory.
Sorry, it is Tomcat 6.0.18, and I had log4j.xml present in the conf folder.
Once I moved it to lib, it started getting us