在web.xml中配置spring配置文件的路径

<context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>
       classpath:/spring/dataAccessContext_weblogic.xml,
       classpath:/applicationContext.xml
    </param-value>
</context-param>
posted @ 2014-11-04 15:26  无措  阅读(3009)  评论(0编辑  收藏  举报