geronimo-iia / winstone

Winstone is a servlet container that was written out of a desire to provide servlet functionality without the bloat that full J2EE compliance introduces.
GNU Lesser General Public License v2.1
22 stars 3 forks source link

Log4j classloader issue #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use a webapp with a slf4j in their web-inf/lib

What is the expected output? What do you see instead?
- webapp should be up
- log should log...

From comment on issue 5

Original issue reported on code.google.com by jguibert@gmail.com on 16 Jul 2012 at 2:03

GoogleCodeExporter commented 9 years ago
Add a filtering classloader before building webapp classloader.
Implementation came from JBoss.
Next i will use JCL project from github.

Original comment by jguibert@gmail.com on 4 Sep 2012 at 3:20

GoogleCodeExporter commented 9 years ago

Original comment by jguibert@gmail.com on 21 Nov 2012 at 3:44