1. Initializing Log4J with Spring? stackoverflow.comI have a web app that uses Spring's |
2. Spring, Log4j within web application stackoverflow.comI'm trying to use log4j my log4j.propreties:
part of web.xml
|
3. log4j implementation in my spring webapp stackoverflow.comi need to implement log4j on my spring webapp. I was trying in using log4j.xml and then calling it in my java file private static Logger logger = Logger.getLogger(IndexController.class); Somewat like above ... |
4. Per-webapp log4j configuration forum.springsource.orgPer-webapp log4j configuration Im still struggling with log4j config, can anyone help? I'm deploying several webapps to a single tomcat, so I can't use ${webapp.root} in log4j.properties. Threfore, I setup each ... |
5. webapp.root param ignored in log4j config? forum.springsource.orgwebapp.root param ignored in log4j config? Hi, I have a little problem configuring Log4j with my spring app. Maybe someone has an idea. Otherwise I'll just have to stick with ${catalina.home} ... |
6. How to implement Log4j using spring in web application forum.springsource.org |