]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/modules/org.argeo.server.webextender/META-INF/spring/extender/webextender.xml
Extend Spring DM web extender in order to fix issue when undeploying
[lgpl/argeo-commons.git] / server / modules / org.argeo.server.webextender / META-INF / spring / extender / webextender.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:osgi="http://www.springframework.org/schema/osgi"
4 xmlns:p="http://www.springframework.org/schema/p"
5 xsi:schemaLocation="http://www.springframework.org/schema/beans
6 http://www.springframework.org/schema/beans/spring-beans.xsd
7 http://www.springframework.org/schema/osgi
8 http://www.springframework.org/schema/osgi/spring-osgi.xsd">
9
10 <!-- we leave 5 mins to Tomcat to start -->
11 <osgi:reference id="tomcatServer" interface="org.apache.catalina.Service"
12 cardinality="0..1" timeout="300000" />
13
14 <bean id="warDeployer" class="org.argeo.server.catalina.TomcatDeployer"
15 p:service-ref="tomcatServer" />
16
17 </beans>