mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
Split Spring loading.
This commit is contained in:
parent
9c56f9e40a
commit
b8cfed1a25
@ -17,8 +17,6 @@
|
|||||||
/WEB-INF/wisemapping-dao.xml
|
/WEB-INF/wisemapping-dao.xml
|
||||||
/WEB-INF/wisemapping-service.xml
|
/WEB-INF/wisemapping-service.xml
|
||||||
/WEB-INF/wisemapping-model.xml
|
/WEB-INF/wisemapping-model.xml
|
||||||
/WEB-INF/wisemapping-servlet.xml
|
|
||||||
/WEB-INF/wisemapping-captcha.xml
|
|
||||||
/WEB-INF/wisemapping-acegi-security.xml
|
/WEB-INF/wisemapping-acegi-security.xml
|
||||||
</param-value>
|
</param-value>
|
||||||
</context-param>
|
</context-param>
|
||||||
@ -89,6 +87,15 @@
|
|||||||
<servlet-name>wisemapping</servlet-name>
|
<servlet-name>wisemapping</servlet-name>
|
||||||
<servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
|
<servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
|
||||||
<load-on-startup>1</load-on-startup>
|
<load-on-startup>1</load-on-startup>
|
||||||
|
|
||||||
|
<init-param>
|
||||||
|
<param-name>contextConfigLocation</param-name>
|
||||||
|
<param-value>
|
||||||
|
/WEB-INF/wisemapping-servlet.xml
|
||||||
|
/WEB-INF/wisemapping-captcha.xml
|
||||||
|
</param-value>
|
||||||
|
</init-param>
|
||||||
|
|
||||||
</servlet>
|
</servlet>
|
||||||
|
|
||||||
<servlet>
|
<servlet>
|
||||||
@ -118,12 +125,4 @@
|
|||||||
<session-config>
|
<session-config>
|
||||||
<session-timeout>180</session-timeout>
|
<session-timeout>180</session-timeout>
|
||||||
</session-config>
|
</session-config>
|
||||||
|
|
||||||
|
|
||||||
<!-- This should be revired -->
|
|
||||||
<!--<resource-ref>-->
|
|
||||||
<!--<res-ref-name>jdbc/wisemapping</res-ref-name>-->
|
|
||||||
<!--<res-type>javax.sql.DataSource</res-type>-->
|
|
||||||
<!--<res-auth>Container</res-auth>-->
|
|
||||||
<!--</resource-ref>-->
|
|
||||||
</web-app>
|
</web-app>
|
Loading…
Reference in New Issue
Block a user