listener « Context « Spring Q&A





1. Context Listener - using wildcards    forum.springsource.org

Context Listener - using wildcards Hi, I'm trying to find out if it is possible to use wilcards in classpath: locations. this works contextConfigLocation /WEB-INF/applicationContext.xml classpath:org/caisi/config/applicationContext-program.xml this doesn't ...

2. define context listener-class    forum.springsource.org

You can create an almost-empty applicationContext.xml in WEB-INF that only has an import to the xml on the classpath, like this: Code: ...

3. The listener "xxx" is already configured for this context    forum.springsource.org

Hello all, I'm getting following log on the tomcat console. I checked configuration files including web.xml, applicationContect.xml both do not contain any duplicate entries. Following is the part of log file: ...