mcs-agent

Purpose

Configures the MCS Server Manager.

Contained by

Attributes

Attribute Description Type Default Options Use
enabled Whether MCS Server Manager is enabled or not xs:boolean false    optional 
host The host parameter required to access the MCS application server using the Server Manager CLI xs:string none    optional 
password The password parameter required to access the MCS application server using the Server Manager CLI xs:string none    optional 
port The port parameter required to access the MCS application server using the Server Manager CLI xs:int none    optional 

Example

<mcs-agent
  enabled="false"
  host="localhost"
  port="8888"
  password="password"/>

Related topics