summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/deployer/application_with_templates.xml
blob: dd1ad7e9feb7fd2ade2a046a5cc8df26486fd0c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<icegrid>

  <application name="test">

    <!-- Include server templates -->
    <include descriptor="icebox.xml"/>
    <include descriptor="server.xml"/>

    <node name="localnode">
      <server-instance template="IceBoxTemplate" name="IceBox1"/>
      <server-instance template="IceBoxTemplate" name="IceBox2"/>
      <server-instance template="ServerTemplate" name="Server1"/>
      <server-instance template="ServerTemplate" name="Server2"/>
    </node>

  </application>

</icegrid>