awips2/edexOsgi/com.raytheon.uf.edex.registry.ebxml/res/spring/ebxml-webserver.xml

11 lines
507 B
XML
Raw Normal View History

<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
<bean id="ebxmlRegistryWebServer"
class="com.raytheon.uf.edex.registry.ebxml.web.RegistryWebServer">
<constructor-arg
value="${edex.home}/webapps/registryEbxml/etc/jettyServer.xml" />
<constructor-arg ref="securityConfiguration"/>
</bean>
</beans>