diff options
author | Matthew Newhook <matthew@zeroc.com> | 2014-12-16 10:01:00 -0330 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2014-12-16 10:01:00 -0330 |
commit | 3e1233cce3db50efcb3544f7a9712937f95dfe94 (patch) | |
tree | 5c933f1e5046cfc9291049a2c7c6ad2d24859087 /java/demo | |
parent | Fixed ICE-6175 - Java selector NPE (diff) | |
download | ice-3e1233cce3db50efcb3544f7a9712937f95dfe94.tar.bz2 ice-3e1233cce3db50efcb3544f7a9712937f95dfe94.tar.xz ice-3e1233cce3db50efcb3544f7a9712937f95dfe94.zip |
ICE-6168 IceStorm clock demo subscriber doesn't flush output?
README fixes.
Diffstat (limited to 'java/demo')
-rw-r--r-- | java/demo/IceStorm/clock/README | 10 |
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 |