log4j.properties in EAR/APP-INF/classes?

2007-02-08 Thread Manos Batsis
Hi, I'm looking for the best way to configure log4j for my EAR. I currently have all my library jars (including log4j.jar) in EAR/APP-INF/lib and figured out that having log4j.properties in EAR/APP-INF/classes will actually make it visible to all application modules. Now, the funny thing is, i

Re: log4j.properties in EAR/APP-INF/classes?

2007-02-08 Thread Ian Springer
Hi, Put it in src/main/application/. -Ian Manos Batsis wrote: Hi, I'm looking for the best way to configure log4j for my EAR. I currently have all my library jars (including log4j.jar) in EAR/APP-INF/lib and figured out that having log4j.properties in EAR/APP-INF/classes will actually make