Project

General

Profile

Download (806 Bytes) Statistics
| Branch: | Tag: | Revision:
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" 
4
xmlns:context="http://www.springframework.org/schema/context" 
5
xsi:schemaLocation="http://www.springframework.org/schema/beans      
6
http://www.springframework.org/schema/beans/spring-beans-3.1.xsd     
7
http://www.springframework.org/schema/context     
8
http://www.springframework.org/schema/context/spring-context-2.5.xsd">
9
  <bean id="defaultRemoteSource">
10
    <property name="server" value="127.0.0.1" />
11
    <property name="port" value="9090" />
12
    <property name="contextPath" value="" />
13
  </bean>
14
  
15
  <bean id="incompleteRemoteSource">
16
    <property name="port" value="9090" />
17
    <property name="contextPath" value="" />
18
  </bean>
19
</beans>
20

    
(1-1/2)