summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/demo/IceStorm/clock/README10
1 files changed, 3 insertions, 7 deletions
diff --git a/java/demo/IceStorm/clock/README b/java/demo/IceStorm/clock/README
index 8bda9b7ceea..3dd0e4b363c 100644
--- a/java/demo/IceStorm/clock/README
+++ b/java/demo/IceStorm/clock/README
@@ -113,8 +113,8 @@ addresses in the steps below:
TopicManager.Proxy=DemoIceStorm/TopicManager:default -h <I> -p 10000
-3. If you have a complex local network, such as hosts with multiple
- network adapters, you may also want to modify the Endpoints
+3. Since the default configurations for the subscriber and IceStorm
+ endpoints listen only to localhost, you must also modify the Endpoints
properties to explicitly include the host machine's name or IP
address.
@@ -127,12 +127,8 @@ addresses in the steps below:
IceStorm.TopicManager.Endpoints=default -h <I> -p 10000
IceStorm.Publish.Endpoints=tcp -h <I> -p 10001:udp -h <I> -p 10001
- In config.icebox:
-
- Ice.Admin.Endpoints=tcp -h <I> -p 9996
-
If you experience any network delays or errors, edit all of the
configuration files and enable the Ice.Trace.Network property. Running
the processes with this property enabled displays a log of Ice's
network activity and may help you to identify the problem more
-quickly.
+quickly. \ No newline at end of file