Log4JConfigServlet unable to locate classpath:/META-INF/lo4j
Since the 'classpath' feature became available, I have placed all my config files: applicationContext.xml, myapp-servlet.xml, views.xml, validator-rules.xml, validation.xml etc... under src/META-INF. If I specify a context parameter for log4j in web.xml, the config servlet seems to take the parameter literally and does not resolve it. Can you add this feature before spring 1.1 is released?
Also, if the same is true for Hibernate i.e 'classpath' cannot be used in specifying the location of the mappingResources, can you add that feature as well?
Thanks