2.2.1.2 Configuring a local Moab connection
        A local connection is a local connection to Moab that operates through a shell.
        To configure a local Moab connection
        
            - Open the core.xml file located in the Viewpoint home directory.
 
            - Locate the <moab-connection> element and change the type to "local".
 
            - If desired, set the following optional elements:
 
            
                - Set <initial-connections> to the number of connections created when the server starts. The default is 1.
 
                - Set <maximum-connections> to the maximum number of connections allowed. The default is 10.
 
                - Set <moab-path> to the location of the Moab commands. By default, the operating system path is searched for Moab commands.
 
<moab-connection type="local">
  <!-- optional elements -->
  <initial-connections>5</initial-connections>
  <maximum-connections>10</maximum-connections>
  <moab-path>/usr/moab/bin</moab-path>
</moab-connection>
            
        
        Related topics