fix spring config path in web.xml of webmagic-worker

master
yihua.huang 2014-03-17 11:08:12 +08:00
parent c7169328c7
commit 6577a75892
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
<init-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath:/spring/applicationContext*.xml</param-value>
<param-value>classpath:/config/spring/applicationContext*.xml</param-value>
</init-param>
<load-on-startup>1</load-on-startup>
</servlet>