Skip to content
Snippets Groups Projects
Commit 46fa2883 authored by Mic's avatar Mic
Browse files

fixing Spring config file naming issue in web.xml

parent bf41a4b4
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
-->
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath:spring/dao-config.xml, classpath:spring/tools-config.xml</param-value>
<param-value>classpath:spring/business-config.xml, classpath:spring/tools-config.xml</param-value>
</context-param>
<listener>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment