Skip to content

Commit

Permalink
java.util.properties constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsofinfo committed Feb 26, 2019
1 parent 9ef699f commit 7e4bd7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ HazelcastInstance hazelcastInstance = HazelcastInstanceFactory

Note this example command assumes an entrypoint script exists that execs the `java` command. Your *DOCKER_HOST* must be accessible over http (i.e. daemons listening on the *tcp://* socket

NOTE! All `-D` java System properties below can be omitted and alternatively defined within the `<member-address-provider>` Hazelcast XML configuration stanza itself.
NOTE! All `-D` java System properties below can be omitted and alternatively defined within the `<member-address-provider>` Hazelcast XML configuration stanza itself. You can mix/match combination of -D defined properties and those defined in Hazelcast XML. Properties defined in Hazelcast XMl take priority.


**DOCKER_HOST non-tls**
Expand Down Expand Up @@ -230,7 +230,7 @@ docker service create \
-jar /test.jar
```

NOTE! All `-D` java System properties above can be omitted and alternatively defined within the `<member-address-provider>` Hazelcast XML configuration stanza itself.
NOTE! All `-D` java System properties above can be omitted and alternatively defined within the `<member-address-provider>` Hazelcast XML configuration stanza itself. You can mix/match combination of -D defined properties and those defined in Hazelcast XML. Properties defined in Hazelcast XMl take priority.

Example configuration (using MemberAddressProvider for Hazelcast 3.9+): see the example: (hazelcast-docker-swarm-discovery-spi-example-member-address-provider.xml)[src/main/resources/META-INF/hazelcast-docker-swarm-discovery-spi-example-member-address-provider.xml]

Expand Down

0 comments on commit 7e4bd7c

Please sign in to comment.