diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/demo/IceStorm/clock/config.admin | 14 | ||||
-rw-r--r-- | cpp/demo/IceStorm/counter/config.admin | 14 | ||||
-rw-r--r-- | cpp/demo/IceStorm/replicated/config.admin | 19 | ||||
-rw-r--r-- | cpp/demo/IceStorm/replicated2/config.admin | 14 |
4 files changed, 61 insertions, 0 deletions
diff --git a/cpp/demo/IceStorm/clock/config.admin b/cpp/demo/IceStorm/clock/config.admin new file mode 100644 index 00000000000..f748656a515 --- /dev/null +++ b/cpp/demo/IceStorm/clock/config.admin @@ -0,0 +1,14 @@ +# +# This property is used by the icestormadmin to connect to IceStorm. +# +IceStormAdmin.TopicManager.Default=DemoIceStorm/TopicManager:default -h localhost -p 10000 + +# +# Network Tracing +# +# 0 = no network tracing +# 1 = trace connection establishment and closure +# 2 = like 1, but more detailed +# 3 = like 2, but also trace data transfer +# +#Ice.Trace.Network=1 diff --git a/cpp/demo/IceStorm/counter/config.admin b/cpp/demo/IceStorm/counter/config.admin new file mode 100644 index 00000000000..f748656a515 --- /dev/null +++ b/cpp/demo/IceStorm/counter/config.admin @@ -0,0 +1,14 @@ +# +# This property is used by the icestormadmin to connect to IceStorm. +# +IceStormAdmin.TopicManager.Default=DemoIceStorm/TopicManager:default -h localhost -p 10000 + +# +# Network Tracing +# +# 0 = no network tracing +# 1 = trace connection establishment and closure +# 2 = like 1, but more detailed +# 3 = like 2, but also trace data transfer +# +#Ice.Trace.Network=1 diff --git a/cpp/demo/IceStorm/replicated/config.admin b/cpp/demo/IceStorm/replicated/config.admin new file mode 100644 index 00000000000..fff614196d4 --- /dev/null +++ b/cpp/demo/IceStorm/replicated/config.admin @@ -0,0 +1,19 @@ +# +# The Default Locator +# +Ice.Default.Locator=DemoIceGrid/Locator:default -p 4061 + +# +# This property is used by the icestormadmin to connect to IceStorm. +# +IceStormAdmin.TopicManager.Default=DemoIceStorm/TopicManager + +# +# Network Tracing +# +# 0 = no network tracing +# 1 = trace connection establishment and closure +# 2 = like 1, but more detailed +# 3 = like 2, but also trace data transfer +# +#Ice.Trace.Network=1 diff --git a/cpp/demo/IceStorm/replicated2/config.admin b/cpp/demo/IceStorm/replicated2/config.admin new file mode 100644 index 00000000000..b2a5c770487 --- /dev/null +++ b/cpp/demo/IceStorm/replicated2/config.admin @@ -0,0 +1,14 @@ +# +# This property is used by the icestormadmin to connect to IceStorm. +# +IceStormAdmin.TopicManager.Default=DemoIceStorm/TopicManager:default -p 10000 + +# +# Network Tracing +# +# 0 = no network tracing +# 1 = trace connection establishment and closure +# 2 = like 1, but more detailed +# 3 = like 2, but also trace data transfer +# +#Ice.Trace.Network=1 |