diff options
author | Bernard Normier <bernard@zeroc.com> | 2012-10-15 16:26:24 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2012-10-15 16:26:24 -0400 |
commit | 4b7e3a6875b7cfb25a57460c8db4c497eb965ebb (patch) | |
tree | 337f234e5763f103adebc21a2b9e2dcd475c83d8 /cpp | |
parent | Fixed ICE-4868: processors is now either 'threads' or 'sockets', as appropriate (diff) | |
download | ice-4b7e3a6875b7cfb25a57460c8db4c497eb965ebb.tar.bz2 ice-4b7e3a6875b7cfb25a57460c8db4c497eb965ebb.tar.xz ice-4b7e3a6875b7cfb25a57460c8db4c497eb965ebb.zip |
Changed glacier2 activation to 'always' in default templates.xml
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/templates.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/templates.xml b/cpp/config/templates.xml index 8e2c432e461..7a84c9a1445 100644 --- a/cpp/config/templates.xml +++ b/cpp/config/templates.xml @@ -40,7 +40,7 @@ <parameter name="server-endpoints" default=""/> <parameter name="session-timeout" default="0"/> - <server id="${instance-name}" exe="glacier2router"> + <server id="${instance-name}" exe="glacier2router" activation="always"> <properties> <property name="Glacier2.Client.Endpoints" value="${client-endpoints}"/> <property name="Glacier2.Server.Endpoints" value="${server-endpoints}"/> |