From bb057831e174a0d4c06642c573a06eae7296f36c Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Wed, 26 Sep 2007 18:56:57 -0400 Subject: Squashed commit of the following: commit 8b2757175b076f620b2f5c5c788f811f38a4fa5b Author: Bernard Normier Date: Wed Sep 26 18:56:30 2007 -0400 Deprecated Glacier2.Admin and IcePatch2.Admin --- cpp/src/IceGrid/NodeCache.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpp/src/IceGrid/NodeCache.cpp') 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")); + } } } -- cgit v1.2.3