2013-01-07 12:16:01 -06:00
|
|
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
2013-05-30 09:03:05 -05:00
|
|
|
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">
|
2013-01-07 12:16:01 -06:00
|
|
|
|
2014-06-06 14:34:51 -05:00
|
|
|
<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"/>
|
2013-12-09 11:18:09 -06:00
|
|
|
</bean>
|
2014-06-06 14:34:51 -05:00
|
|
|
</beans>
|