summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/NodeCache.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2007-09-26 18:56:57 -0400
committerBernard Normier <bernard@zeroc.com>2007-09-26 18:56:57 -0400
commitbb057831e174a0d4c06642c573a06eae7296f36c (patch)
tree9324bd248348032a1941633bb499ef09679febbb /cpp/src/IceGrid/NodeCache.cpp
parentSquashed commit of the following: (diff)
downloadice-bb057831e174a0d4c06642c573a06eae7296f36c.tar.bz2
ice-bb057831e174a0d4c06642c573a06eae7296f36c.tar.xz
ice-bb057831e174a0d4c06642c573a06eae7296f36c.zip
Squashed commit of the following:
commit 8b2757175b076f620b2f5c5c788f811f38a4fa5b Author: Bernard Normier <bernard@zeroc.com> Date: Wed Sep 26 18:56:30 2007 -0400 Deprecated Glacier2.Admin and IcePatch2.Admin
Diffstat (limited to 'cpp/src/IceGrid/NodeCache.cpp')
-rw-r--r--cpp/src/IceGrid/NodeCache.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/NodeCache.cpp b/cpp/src/IceGrid/NodeCache.cpp
index f88258488fc..3ac84d29d4e 100644
--- a/cpp/src/IceGrid/NodeCache.cpp
+++ b/cpp/src/IceGrid/NodeCache.cpp
@@ -918,6 +918,10 @@ NodeEntry::getInternalServerDescriptor(const ServerInfo& info) const
props.push_back(createProperty("IceBox.ServiceManager.RegisterProcess", "1"));
server->processRegistered = true;
}
+ if(!isSet(iceBox->propertySet.properties, "IceBox.ServiceManager.Endpoints"))
+ {
+ props.push_back(createProperty("IceBox.ServiceManager.Endpoints", "tcp -h 127.0.0.1"));
+ }
}
}