<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div>Hi All,</div><div><br></div><div>My application is in an exploded EAR directory which has a war and a jar module. Its directory structure can be seen in the attached fig1.png (where log4j and commons-logging are used) and fig4.png (where logback is used). The application.xml is in fig2.png.<br></div><div><br></div><div>The log4j.properties and logback.xml are in the jar module so that other modules (war, ejb) can use it. The servlet (fig3.png) writes to the log.</div><div><br></div><div>The application works fine with log4j, but nothing is printed out in case of logback.</div><div><br></div><div>The application is in again.zip. The exploded EAR directory can be generated with running "mvn clean package" in the root directory.</div><div><br></div><div>Does anybody know where I'm wrong with
 logback?</div><div><br></div><div>Regards.</div></div></body></html>