]> git.argeo.org Git - lgpl/argeo-commons.git/blob - webextender.xml
9df865db12615c34df31639edb6b2493b461999a
[lgpl/argeo-commons.git] / 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.webextender.TomcatDeployer"
15 p:service-ref="tomcatServer" />
16
17 </beans>