Log4jConfigListener « Development « Spring Q&A





1. Log4jConfigListener problem    forum.springsource.org

Log4jConfigListener problem Hi all, I have configured a web application to use log4j logging using the Log4jConfigListener, running in Tomcat 5.0.25. All of my logging calls use commons-logging. But for some ...

2. Dual deployment hangs Log4jConfigListener?    forum.springsource.org

I have a WAR-file which uses Log4jConfigListener to set up Log4J and everything worked fine until I needed a copy of the same WAR under another name. Now the second WAR ...

3. Can't get Log4jConfigListener to work    forum.springsource.org

I've setup my service to run inside of Tomcat but I'm using the TimerTask class to kick off my service. This service has no web interface,it is just a back-ground service. ...

4. listener start error caused by log4jConfigListener    forum.springsource.org

I've been trying to add this to several webapps. Each seems to work when only one of the apps is started when tomcat loads. If both are started on startup one ...

5. Problem with Log4jConfigListener    forum.springsource.org

Problem with Log4jConfigListener Hello, im trying to setup log4j in my web.xml for a webservice running in tomcat. Here's my web.xml: Code: Archetype Created Web Application contextConfigLocation WEB-INF/spring-context.xml ...

6. Log4jConfigListener Problem    forum.springsource.org

Log4jConfigListener Problem I've configured log4j Logger from an Application that process a schedelued job with OC4J Server,the Application startup container together, and it seems to work fine, then I've deployed a ...