[Resin-interest] Servlet running Spring with log4j does not pick up jars (log4j.jar) from WEB-INF/lib under Resin-4.0.1

2009-10-25 Thread Horacy Oliwka
Hi all. Please help me with a seemingly simple problem, which, however, took me hours of googling and trials with no success at all. I'm using spring 2.5 with Log4j 1.2.15, under Resin 4.0.1 server. I have a very simple test case: web app with just DispatcherServlet and Log4jConfigListener. My

Re: [Resin-interest] Servlet running Spring with log4j does not pick up jars (log4j.jar) from WEB-INF/lib under Resin-4.0.1

2009-10-25 Thread Steffen Busch
Well, in Resin 3.1 there was folder to place such files, it was $RESIN_HOME/ext-webapp-lib and it was configured in default resin.conf with this: Maybe you can try to put spring.jar, spring-webmvc.jar, commons-l

Re: [Resin-interest] Servlet running Spring with log4j does not pick up jars (log4j.jar) from WEB-INF/lib under Resin-4.0.1

2009-10-25 Thread Joseph Dane
On Oct 25, 2009, at 11:59 AM, Horacy Oliwka wrote: > It seems like spring's classloaders ignore WEB-INF/lib, except when > spring.jar is also there, but I'd like to have spring.jar in a global > directory. yes, this is exactly what happens. classloaders can look "up" the chain of classloaders