Alexey Goncharuk created IGNITE-94:
--------------------------------------
Summary: Improvements in examples configuration files
Key: IGNITE-94
URL: https://issues.apache.org/jira/browse/IGNITE-94
Project: Ignite
Issue Type: Improvement
Components: general
Affects Versions: sprint-1
Reporter: Alexey Goncharuk
Fix For: sprint-1
Currently all examples files contain localHost set to 127.0.0.1 which is not
very convenient since config becomes invalid when discovery settings are
changed to real IPs.
If localHost setting is omitted in configuration file, Ignite will bind to all
available network interfaces, including 127.0.0.1.
Suggested changes:
# Remove localHost from example configuration files.
# Change IP finder to multicast (which will automatically enable running
examples in distributed environments)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)