[Resin-interest] 4.0.13 class loaders

2010-12-02 Thread Matthew Serrano
Below are some snippets from my resin.xml. Inside the ord.weblib directory we have log4j-1.2.14.jar. For every Resin 4 version up through 4.0.12 this seems to load the log4j library into the classpath for all of my web applications. However, in 4.0.13 I get WEB-INF/web.xml:14: com.caucho.serve

Re: [Resin-interest] 4.0.13 class loaders

2010-12-02 Thread Scott Ferguson
Matthew Serrano wrote: > Below are some snippets from my resin.xml. Inside the ord.weblib > directory we have log4j-1.2.14.jar. For every Resin 4 version up > through 4.0.12 this seems to load the log4j library into the classpath > for all of my web applications. However, in 4.0.13 I get > > WEB

Re: [Resin-interest] 4.0.13 class loaders

2010-12-02 Thread Matthew Serrano
That seemed to fix it. Thanks Scott. I have also noticed placing log4j in the global classpath (e.g. ext-lib) causes some strange behavior like only one instance of logger is configured and all my apps end up logging with the same config. This is why I placed log4j in the web-app-default in the