Hi,

 I find that I have applicationContext*.xml files in src/main/resources as
well as in src/main/webapp/WEB-INF.   Which is the right place for it to
reside. The context-param block in web.xml looks in the classpath ( see
below). Thanks!!

    <context-param>
        <param-name>contextConfigLocation</param-name>
        <param-value>
            classpath*:/applicationContext-resources.xml
            classpath*:/applicationContext-dao.xml
            classpath*:/applicationContext-service.xml
            classpath*:/applicationContext.xml
            /WEB-INF/applicationContext*.xml
        </param-value>
    </context-param>

 
-- 
View this message in context: 
http://www.nabble.com/where-should-spring-applicationContext*.xml-files-reside-tf3836228s2369.html#a10861489
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to