cancel
Showing results for 
Search instead for 
Did you mean: 

log4j

Former Member
0 Kudos

Iam trying to get use log4j for my application. I have the properties file (log4j.properties) and the jar file (log4j.jar) packaged with the EAR file. For some reason, the server doesnt seem to find these files and logging doesnt work. Is there something I'm missing. Any help would be greatly appreciated.

thanks

RD

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I am facing the same problem guys - i got log4j jar deploying as part of the Application EAR but now face the issue of the visibility of Log4j properties file

Former Member
0 Kudos

I have the log4j jar in the ear. I have the log4j.properties in the WAR's WEB-INF/classes and both the web app and the EJB are using it. I would have thought the EJB wouldn't have been able to find it though.

Former Member
0 Kudos

Has anybody been able to get log4j to work with Web AS, does log4j.jar need to be dropped in a system lib folder? I have the log4.jar and the properties file in a web app and the logging does not work.