loading log4j.properties from an ear file

2006-01-02 Thread Patrizio.Ferlito
Hello, I developed a very simple ear application that includes a web app and a stateless EJB. The EJB uses log4j. This application runs in weblogic8.1 server. I am using log4j-1.2.13.jar. The ear structure is as follows: C:\software\bea8\config\local\applicationsjar tvf RuleApp.ear 0

RE: Log4j filtering

2005-06-23 Thread Patrizio.Ferlito
Ciao James, I thank you for your answer. I put: log4j.appender.errorAppender.Threshold=ERROR log4j.appender.infoAppender.Threshold=INFO and it works fine !! I thank you again. Patrizio -Original Message- From: James Stauffer [mailto:[EMAIL PROTECTED] Sent: mercoledì, 22.

Log4j filtering

2005-06-22 Thread Patrizio.Ferlito
Ciao, I'm trying to using filtering in my very simple app. Follow my java class test: -- package test.log4j; import org.apache.log4j.Logger; class MyException extends Exception { public MyException(String msg) {