2.2.1.1 Configuring a process Moab connection
A process connection is a local connection to Moab that directly invokes commands. This is more secure than a local connection, but it will disable some features in Viewpoint.
To configure a process Moab connection
- Open the core.xml file located in the Viewpoint home directory.
- Locate the <moab-connection> element and change the type to "process".
- Set any of 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="process">
<!-- optional elements -->
<initial-connections>5</initial-connections>
<maximum-connections>10</maximum-connections>
<moab-path>/usr/moab/bin</moab-path>
</moab-connection>
Related topics