File tree Expand file tree Collapse file tree
hazelcast/src/main/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <hazelcast xsi : schemaLocation =" http://www.hazelcast.com/schema/config hazelcast-config-3.7.xsd"
3- xmlns =" http://www.hazelcast.com/schema/config"
4- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
2+ <hazelcast xmlns =" http://www.hazelcast.com/schema/config"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://www.hazelcast.com/schema/config
5+ http://www.hazelcast.com/schema/config/hazelcast-config-4.0.xsd" >
56 <network >
67 <port auto-increment =" true" port-count =" 20" >5701</port >
78 <join >
8- <multicast enabled =" false" >
9- </multicast >
10- <tcp-ip enabled =" true" >
11- <member >machine1</member >
12- <member >localhost</member >
13- </tcp-ip >
9+ <multicast enabled =" false" />
10+ <tcp-ip enabled =" true" >
11+ <member >machine1</member >
12+ <member >localhost</member >
13+ </tcp-ip >
1414 </join >
1515 </network >
1616</hazelcast >
You can’t perform that action at this time.
0 commit comments