Create hostfile.xml

In OmniRPC, usually we describe the execution environment in hostfile.xml with XML notation. In this example case, we describe the execution environment as follows.

<?xml version="1.0" ?>;
<OmniRpcConfig>;
   <Host name="prost" />;
</OmniRpcConfig>;
      

We write the above information in the hosts.xml file.