-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication-single.xml
More file actions
27 lines (20 loc) · 849 Bytes
/
application-single.xml
File metadata and controls
27 lines (20 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!--
**********************************************************************
Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
**********************************************************************
-->
<icegrid>
<application name="Allocate">
<node name="node1">
<server id="AllocateServer" exe="./server" activation="on-demand">
<adapter name="Hello" endpoints="tcp -h localhost">
<allocatable identity="hello" type="::Demo::Hello" property="Identity"/>
</adapter>
<property name="IceMX.Metrics.Debug.GroupBy" value="id"/>
<property name="IceMX.Metrics.Debug.Disabled" value="1"/>
<property name="IceMX.Metrics.ByParent.GroupBy" value="parent"/>
<property name="IceMX.Metrics.ByParent.Disabled" value="1"/>
</server>
</node>
</application>
</icegrid>