Skip to content

Commit 6ff364a

Browse files
committed
Enh 38172052 - [38159727->25.09] ENH: Add ability to configure socket provider for concurrent proxy via system property (main->ce-main)
[git-p4: depot-paths = "//dev/coherence-ce/main/": change = 117284]
1 parent b360c37 commit 6ff364a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

prj/coherence-concurrent/src/main/resources/coherence-concurrent-client-config.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<proxy-service-name>ConcurrentProxy</proxy-service-name>
3636
<initiator-config>
3737
<tcp-initiator>
38+
<socket-provider system-property="coherence.concurrent.extend.socketprovider"/>
3839
<remote-addresses>
3940
<socket-address>
4041
<address system-property="coherence.concurrent.extend.address"/>

prj/coherence-concurrent/src/main/resources/coherence-concurrent-config.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
<service-name>ConcurrentProxy</service-name>
143143
<acceptor-config>
144144
<tcp-acceptor>
145+
<socket-provider system-property="coherence.concurrent.extend.socketprovider"/>
145146
<local-address>
146147
<address system-property="coherence.concurrent.extend.address"/>
147148
<port system-property="coherence.concurrent.extend.port"/>

0 commit comments

Comments
 (0)