Skip to content

Commit 0e08175

Browse files
committed
Add additional System properties to Autoscaler example client execution in pom.xml
1 parent fce66ed commit 0e08175

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

examples/autoscaler/pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,26 @@
9292
<mainClass>com.tangosol.net.CacheFactory</mainClass>
9393
<cleanupDaemonThreads>false</cleanupDaemonThreads>
9494
<systemProperties>
95+
<systemProperty>
96+
<key>coherence.cluster</key>
97+
<value>autoscaler-test</value>
98+
</systemProperty>
99+
<systemProperty>
100+
<key>coherence.ttl</key>
101+
<value>0</value>
102+
</systemProperty>
103+
<systemProperty>
104+
<key>coherence.localhost</key>
105+
<value>127.0.0.1</value>
106+
</systemProperty>
107+
<systemProperty>
108+
<key>coherence.wka</key>
109+
<value>127.0.0.1</value>
110+
</systemProperty>
111+
<systemProperty>
112+
<key>java.net.preferIPv4Stack</key>
113+
<value>true</value>
114+
</systemProperty>
95115
<systemProperty>
96116
<key>coherence.distributed.localstorage</key>
97117
<value>false</value>

0 commit comments

Comments
 (0)