diff options
author | Mark Spruiell <mes@zeroc.com> | 2015-03-11 13:08:29 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2015-03-11 13:08:29 -0700 |
commit | 41c93dd02d49f9c5db1f13e761462fdeea9f47f6 (patch) | |
tree | 5115ecd411359834562645251cd59e12f47a3739 /java/demo/Database/library | |
parent | ICE-6232 - UI demos should use dispatcher (diff) | |
download | ice-41c93dd02d49f9c5db1f13e761462fdeea9f47f6.tar.bz2 ice-41c93dd02d49f9c5db1f13e761462fdeea9f47f6.tar.xz ice-41c93dd02d49f9c5db1f13e761462fdeea9f47f6.zip |
minor changes to library demo
Diffstat (limited to 'java/demo/Database/library')
-rw-r--r-- | java/demo/Database/library/README | 3 | ||||
-rw-r--r-- | java/demo/Database/library/config.glacier2 | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/java/demo/Database/library/README b/java/demo/Database/library/README index 27d24f412b0..15d78ff9e02 100644 --- a/java/demo/Database/library/README +++ b/java/demo/Database/library/README @@ -101,10 +101,9 @@ Running the demo with Glacier2 ------------------------------ The demo also supports a Glacier2 deployment. You will need to edit -config.client and uncomment these configuration parameters: +config.client and uncomment this configuration property: #Ice.Default.Router=DemoGlacier2/router:ssl -p 4064 -h 127.0.0.1 -#Ice.RetryIntervals=-1 To run the demo using Glacier2, first start the server: diff --git a/java/demo/Database/library/config.glacier2 b/java/demo/Database/library/config.glacier2 index d562e6ccadc..4e39bc8ae95 100644 --- a/java/demo/Database/library/config.glacier2 +++ b/java/demo/Database/library/config.glacier2 @@ -7,7 +7,7 @@ Glacier2.InstanceName=DemoGlacier2 # The client-visible endpoint of Glacier2. This should be an endpoint # visible from the public Internet, and it should be secure. # -Glacier2.Client.Endpoints=ssl -p 4063 -h localhost:ssl -p 4064 -h localhost +Glacier2.Client.Endpoints=tcp -p 4063 -h localhost:ssl -p 4064 -h localhost # # The server-visible endpoint of Glacier2. This endpoint is only |