[slf4j-user] Per-web-app logging with jars on the server's classpath
Mark Stralka
mstralka at gmail.com
Tue Mar 13 13:47:09 CET 2007
My last message was cropped:
My application is deployed like this:
Weblogic classpath:
myframework.jar
-- com.myframework.web.StartupListener.java
-- com.myframework.web.JbossAppRepositorySelector.java
jcl104-over-slf4j-1.3.0.jar
slf4j-api-1.3.0.jar
slf4j-log4j12-1.3.0.jar
log4j.jar
spring.jar
etc
appA.war, appB.war, etc
--WEB-INF/
----log4j.properties
web.xml:
<listener>
<listener-class>
com.myframework.web.StartupListener
</listener-class>
</listener>
More information about the slf4j-user
mailing list