]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/runtime/org.argeo.server.webextender/META-INF/spring/extender/webextender.xml
[maven-release-plugin] prepare release argeo-commons-2.1.4
[lgpl/argeo-commons.git] / server / runtime / 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" xmlns:util="http://www.springframework.org/schema/util"
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 http://www.springframework.org/schema/util
10 http://www.springframework.org/schema/util/spring-util.xsd">
11
12 <!-- we leave 5 mins to Tomcat to start -->
13 <osgi:reference id="tomcatServer" interface="org.apache.catalina.Service"
14 cardinality="0..1" timeout="300000" />
15
16 <bean id="warDeployer" class="org.argeo.server.webextender.TomcatDeployer"
17 p:service-ref="tomcatServer" />
18
19 <util:properties id="extenderProperties"
20 location="osgibundle:/META-INF/spring/extender/extender.properties" />
21 </beans>