<br>
Hello,<br>
  I have a pretty simple setup consisting of Jetty and two web applications.<br>
The logging for the Jetty container and each web app is automatically<br>
configured with separate logback.xml files.  The configuration works but<br>
there is a nuance which I've never been able to resolve.<br>
<br>
The web application's class loader "sees" the logback.xml loaded by the<br>
Jetty container's parent class loader.  This causes logback to dump its<br>
configuration status on web app initialization to show me the "Resource<br>
[logback.xml] detected multiple times on the classpath" warning.   One entry<br>
under WEB-INF/classes/logback.xml and one under the jetty resources<br>
directory.<br>
<br>
I completely understand what is going on but I'd really prefer not to look<br>
at this output all the time. Is there anyway I can re-arrange the setup to<br>
support automatic isolated configuration of jetty and the web apps without<br>
having to see this warning? I repeat, the configuration is working correctly<br>
and it is only this output (shown on the web app initialization) which is a<br>
little irksome.<br>
<br>
Thank you!<br>
<br clear="all"><br>-- <br>Ross Sargant<br>Software Engineer<br>p: 954-796-2592<br>email: <a href="mailto:rsargant@tvrc.com" target="_blank">rsargant@tvrc.com</a><br><br>TVR Communications LLC<br>541 S. State Road 7,Suite 5,Margate, Florida,33068<br>
<br><a href="http://www.tvrc.com" target="_blank">http://www.tvrc.com</a><br><br>