File tree Expand file tree Collapse file tree 2 files changed +55
-0
lines changed
integration-tests/src/test/resources/apps/coherence-proxy-server/META-INF Expand file tree Collapse file tree 2 files changed +55
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" ISO-8859-1" ?>
2
+
3
+ <coherence-application >
4
+ <cache-configuration-ref >META-INF/server-cache-config.xml</cache-configuration-ref >
5
+ </coherence-application >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+
3
+ <cache-config
4
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
+ xmlns =" http://xmlns.oracle.com/coherence/coherence-cache-config"
6
+ xsi : schemaLocation =" http://xmlns.oracle.com/coherence/coherence-cache-config
7
+ http://xmlns.oracle.com/coherence/coherence-cache-config/1.1/coherence-cache-config.xsd" >
8
+
9
+ <caching-scheme-mapping >
10
+ <cache-mapping >
11
+ <cache-name >*</cache-name >
12
+ <scheme-name >wildcard-dist-scheme</scheme-name >
13
+ </cache-mapping >
14
+ </caching-scheme-mapping >
15
+
16
+ <caching-schemes >
17
+
18
+ <distributed-scheme >
19
+ <scheme-name >wildcard-dist-scheme</scheme-name >
20
+ <service-name >wildcard-dist-service</service-name >
21
+ <backing-map-scheme >
22
+ <local-scheme />
23
+ </backing-map-scheme >
24
+ <autostart >true</autostart >
25
+ </distributed-scheme >
26
+
27
+ <proxy-scheme >
28
+ <scheme-name >ccs-proxy-scheme</scheme-name >
29
+ <service-name >ccs-proxy-service</service-name >
30
+ <acceptor-config >
31
+ <!-- empty tcp-acceptor means to use the name service -->
32
+ <tcp-acceptor >
33
+ <local-address >
34
+ <address system-property =" tangosol.coherence.address" >0.0.0.0</address >
35
+ <port >9000</port >
36
+ </local-address >
37
+ </tcp-acceptor >
38
+ </acceptor-config >
39
+ <proxy-config >
40
+ <cache-service-proxy >
41
+ <enabled >true</enabled >
42
+ </cache-service-proxy >
43
+ </proxy-config >
44
+ <load-balancer >client</load-balancer >
45
+ <autostart >true</autostart >
46
+ </proxy-scheme >
47
+
48
+
49
+ </caching-schemes >
50
+ </cache-config >
You can’t perform that action at this time.
0 commit comments