ICE 3.4.2
[php5-ice-freebsdport.git] / py / demo / IceGrid / simple / application.xml
blob917bf18b037eba1f704a28199b967695592df287
1 <!--
2  **********************************************************************
4  Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
6  This copy of Ice is licensed to you under the terms described in the
7  ICE_LICENSE file included in this distribution.
9  **********************************************************************
10 -->
12 <icegrid>
14   <application name="Simple">
16     <node name="node1">
17       <server id="SimpleServer" exe="python" activation="on-demand">
18         <option>Server.py</option>
19         <adapter name="Hello" endpoints="tcp">
20           <object identity="hello" type="::Demo::Hello" property="Identity"/>
21         </adapter>
22       </server>
23     </node>
25   </application>
27 </icegrid>