13 lines
No EOL
545 B
XML
13 lines
No EOL
545 B
XML
<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.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> |